mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 08:24:47 +02:00
Window.nonBlockingForm-fix
This commit is contained in:
parent
9493440d32
commit
7ab9dfbfe1
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ 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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue