mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 17:45:31 -07:00
Fix ISABugger and POST card persisting after being disabled
This commit is contained in:
@@ -426,6 +426,11 @@ StatusBarDestroyTips(void)
|
||||
void
|
||||
ui_sb_set_ready(int ready)
|
||||
{
|
||||
if (ready == 0) {
|
||||
ui_sb_bugui(NULL);
|
||||
ui_sb_set_text(NULL);
|
||||
}
|
||||
|
||||
sb_ready = ready;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user