forked from qt-creator/qt-creator
debugger: hide "watchers" part of Locals&Watchers if there aren't watchers
This commit is contained in:
@@ -1201,6 +1201,7 @@ void WatchHandler::endCycle()
|
||||
m_locals->endCycle();
|
||||
m_watchers->endCycle();
|
||||
m_tooltips->endCycle();
|
||||
m_manager->updateWatchersWindow();
|
||||
}
|
||||
|
||||
void WatchHandler::cleanup()
|
||||
|
||||
Reference in New Issue
Block a user