forked from qt-creator/qt-creator
debugger: also resize return value window columns when locals change
Change-Id: I9aafe90677cb8bdf135d401bd34049bf6f15ec4a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -666,6 +666,7 @@ public slots:
|
|||||||
void updateWatchersHeader(int section, int, int newSize)
|
void updateWatchersHeader(int section, int, int newSize)
|
||||||
{
|
{
|
||||||
m_watchersWindow->header()->resizeSection(section, newSize);
|
m_watchersWindow->header()->resizeSection(section, newSize);
|
||||||
|
m_returnWindow->header()->resizeSection(section, newSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
void sourceFilesDockToggled(bool on)
|
void sourceFilesDockToggled(bool on)
|
||||||
|
Reference in New Issue
Block a user