forked from qt-creator/qt-creator
Fix annoying behavior that target selector always switched back to "build"
Reviewed-by: Tobias Hunger Task-number: QTCREATORBUG-1877
This commit is contained in:
@@ -94,6 +94,7 @@ private:
|
||||
QStackedWidget *m_centralWidget;
|
||||
QWidget *m_currentWidget;
|
||||
QList<ProjectExplorer::Project *> m_tabIndexToProject;
|
||||
int m_previousTargetSubIndex;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user