Debugger[CDB]: Handle debugger warnings correctly.

Prevent window from popping up repeatedly on warnings.
Task-number: QTCREATORBUG-1061
This commit is contained in:
Friedemann Kleint
2010-04-06 12:25:11 +02:00
parent 746d73c328
commit f90eacd8b5
2 changed files with 2 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ void DebuggerUISwitcher::modeChanged(Core::IMode *mode)
void DebuggerUISwitcher::hideInactiveWidgets()
{
// Hide/Show dock widgets manually in case they are floating.
if (!d->m_isActiveMode) {
// hide all the debugger windows if mode is different
foreach(Internal::DebugToolWindow *window, d->m_dockWidgets) {