Fixed minor visual glitch with network_data_dialog
This commit is contained in:
parent
360be12c42
commit
7743e2db02
1 changed files with 3 additions and 2 deletions
|
@ -1153,12 +1153,13 @@ network::connection network_data_dialog(display& disp, const std::string& msg, c
|
|||
|
||||
events::raise_draw_event();
|
||||
disp.flip();
|
||||
|
||||
events::pump();
|
||||
|
||||
if(res != 0) {
|
||||
return res;
|
||||
}
|
||||
|
||||
events::pump();
|
||||
|
||||
if(cancel_button.pressed()) {
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue