diff options
Diffstat (limited to 'debug_functions.cpp')
| -rw-r--r-- | debug_functions.cpp | 2 |
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(); } |
