forked from qt-creator/qt-creator
Debugger: Pop up log window in case error is logged.
Regression from 2.0.1 Rubber-stamped-by: hjk Acked-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com>
This commit is contained in:
@@ -2987,7 +2987,8 @@ void DebuggerPlugin::showMessage(const QString &msg, int channel, int timeout)
|
||||
break;
|
||||
default:
|
||||
ow->showOutput(channel, msg);
|
||||
//cw->showOutput(channel, msg);
|
||||
if (channel == LogError)
|
||||
ensureLogVisible();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user