forked from qt-creator/qt-creator
QmlJSInspector: Set the correct state of show-app-on-top
For this option it would actually be better to reapply the state of the toggle button to the restarted QtQuick application rather than resetting the state of the button.
This commit is contained in:
@@ -106,6 +106,7 @@ void QmlInspectorToolBar::enable()
|
|||||||
{
|
{
|
||||||
setEnabled(true);
|
setEnabled(true);
|
||||||
m_emitSignals = false;
|
m_emitSignals = false;
|
||||||
|
m_showAppOnTopAction->setChecked(false);
|
||||||
m_observerModeAction->setChecked(false);
|
m_observerModeAction->setChecked(false);
|
||||||
setAnimationSpeed(1.0f);
|
setAnimationSpeed(1.0f);
|
||||||
activateDesignModeOnClick();
|
activateDesignModeOnClick();
|
||||||
|
|||||||
Reference in New Issue
Block a user