This commit is contained in:
ts-korhonen
2021-12-03 15:59:10 +02:00
18 changed files with 1615 additions and 321 deletions

View File

@@ -91,7 +91,7 @@ ui_sb_update_panes() {
}
void ui_sb_bugui(char *str) {
main_window->statusBar()->showMessage(str);
main_window->statusBarMessage(str);
}
void ui_sb_set_ready(int ready) {