aboutsummaryrefslogtreecommitdiff
path: root/debug_functions.cpp
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2017-01-28 14:49:58 +0100
committerstonedDiscord <stoned@derpymail.org>2017-01-28 14:49:58 +0100
commitd73ab6a589d2f2ad151f03c0ba6f49fa2ca36d01 (patch)
treeb6749e2c9140545254e61a132c74d0c337553bad /debug_functions.cpp
parentd4ad200b612acb1ed2a74d057efc8c3cbfa07ad2 (diff)
parentab321a4a7af042eed2b9cb7c82fe8345a9d7b594 (diff)
Merge remote-tracking branch 'refs/remotes/OmniTroid/master'
Diffstat (limited to 'debug_functions.cpp')
-rw-r--r--debug_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_functions.cpp b/debug_functions.cpp
index a77e4ea..7206885 100644
--- a/debug_functions.cpp
+++ b/debug_functions.cpp
@@ -10,6 +10,6 @@ void call_error(QString p_message)
msgBox->setWindowTitle("Error");
- msgBox->setWindowModality(Qt::NonModal);
+ //msgBox->setWindowModality(Qt::NonModal);
msgBox->show();
}