forked from qt-creator/qt-creator
Debugger: Respect the last perspective
Switching to Debug mode did no more fully respect the last active perspective, but instead restored it and afterwards initialized the debugger engine and restored the respective Debugger perspective. Change-Id: I5ba34298f463c396b7f73e431efa76be3bcbe6eb Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -130,8 +130,6 @@ private:
|
||||
DebuggerMainWindow();
|
||||
~DebuggerMainWindow() override;
|
||||
|
||||
void closeEvent(QCloseEvent *) final;
|
||||
|
||||
friend class Perspective;
|
||||
friend class PerspectivePrivate;
|
||||
class DebuggerMainWindowPrivate *d = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user