Fix ISABugger and POST card persisting after being disabled
This commit is contained in:
@@ -426,6 +426,11 @@ StatusBarDestroyTips(void)
|
|||||||
void
|
void
|
||||||
ui_sb_set_ready(int ready)
|
ui_sb_set_ready(int ready)
|
||||||
{
|
{
|
||||||
|
if (ready == 0) {
|
||||||
|
ui_sb_bugui(NULL);
|
||||||
|
ui_sb_set_text(NULL);
|
||||||
|
}
|
||||||
|
|
||||||
sb_ready = ready;
|
sb_ready = ready;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user