From e2b8eac644d8844549e1d7147bd0a26c99131f65 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 19 Apr 2014 09:01:31 -0400 Subject: [PATCH] Make dialogs behave a bit more modal --- osx/dialogxml/dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/osx/dialogxml/dialog.cpp b/osx/dialogxml/dialog.cpp index e6b441d2..c88eda07 100644 --- a/osx/dialogxml/dialog.cpp +++ b/osx/dialogxml/dialog.cpp @@ -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){