Skip to content

Commit

Permalink
Loading appearing regardless of anything else
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyLeifa committed Aug 7, 2022
1 parent da6c63c commit d713635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courtroom_widgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ void Courtroom::set_widgets()
const bool l_visible = ui_vp_loading->isVisible();
set_size_and_pos(ui_vp_loading, "loading", COURTROOM_DESIGN_INI, ao_app);
ui_vp_loading->set_theme_image("loading");
ui_vp_loading->setVisible(l_visible);
ui_vp_loading->start();
ui_vp_loading->setVisible(l_visible);
}

set_size_and_pos(ui_ic_chatlog, "ic_chatlog", COURTROOM_DESIGN_INI, ao_app);
Expand Down

0 comments on commit d713635

Please sign in to comment.