reformat a block for setting breakpoints

This commit is contained in:
2024-09-02 12:06:23 -05:00
committed by Celtic Minstrel
parent 2e3d181a2f
commit b1be43eb7e

View File

@@ -558,7 +558,9 @@ void cDialog::handle_events() {
cTextField& text_field = dynamic_cast<cTextField&>(getControl(currentFocus));
text_field.replay_selection(pop_next_action());
}else{
while(win.pollEvent(currentEvent)) handle_one_event(currentEvent, fps_limiter);
while(win.pollEvent(currentEvent)){
handle_one_event(currentEvent, fps_limiter);
}
}
// Ideally, this should be the only draw call that is done in a cycle.