forked from qt-creator/qt-creator
BaseTreeView: Make resizeColumns() publicly accessible
Simplifies the only used code path through the model and a custom signal. Change-Id: I9bbab725cdd122b7261a8f14b101786e38e61e57 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -3154,6 +3154,7 @@ void updateWatchersWindow(bool showWatch, bool showReturn)
|
||||
{
|
||||
dd->m_watchersWindow->setVisible(showWatch);
|
||||
dd->m_returnWindow->setVisible(showReturn);
|
||||
dd->m_localsView->resizeColumns();
|
||||
}
|
||||
|
||||
bool hasSnapshots()
|
||||
|
||||
Reference in New Issue
Block a user