Make dialogs behave a bit more modal

This commit is contained in:
2014-04-19 09:01:31 -04:00
parent 6f040e2c56
commit e2b8eac644

View File

@@ -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){