debugger: hide "watchers" part of Locals&Watchers if there aren't watchers

This commit is contained in:
hjk
2010-03-22 13:41:10 +01:00
parent 3ecfc2f343
commit 41d400eb24
4 changed files with 17 additions and 2 deletions

View File

@@ -1201,6 +1201,7 @@ void WatchHandler::endCycle()
m_locals->endCycle();
m_watchers->endCycle();
m_tooltips->endCycle();
m_manager->updateWatchersWindow();
}
void WatchHandler::cleanup()