Make dialogs behave a bit more modal
This commit is contained in:
@@ -914,6 +914,7 @@ void cDialog::run(){
|
||||
ModalSession dlog(win);
|
||||
while(dialogNotToast){
|
||||
draw();
|
||||
dlog.pumpEvents();
|
||||
if(!win.pollEvent(currentEvent)) continue;
|
||||
location where;
|
||||
switch(currentEvent.type){
|
||||
|
Reference in New Issue
Block a user