From 9493440d323f65b33f5c60d28fd9b75dd3a91959 Mon Sep 17 00:00:00 2001 From: DaveDubUK Date: Tue, 16 Dec 2014 13:33:10 +0000 Subject: [PATCH] Window.nonBlockingForm-fix --- interface/src/scripting/WindowScriptingInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/scripting/WindowScriptingInterface.cpp b/interface/src/scripting/WindowScriptingInterface.cpp index bbb4e695e7..fa6de82bfe 100644 --- a/interface/src/scripting/WindowScriptingInterface.cpp +++ b/interface/src/scripting/WindowScriptingInterface.cpp @@ -201,6 +201,7 @@ void WindowScriptingInterface::showNonBlockingForm(const QString& title, QScript // what should we do if someone calls us while we still think we have a dialog showing??? if (_nonBlockingFormActive) { + qDebug() << "Show Non-Blocking Form called when form already active."; return; }