From ab321a4a7af042eed2b9cb7c82fe8345a9d7b594 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Sat, 28 Jan 2017 14:47:23 +0100 Subject: misc --- debug_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_functions.cpp') 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(); } -- cgit