QmlJSInspector: Always allow play/pause and changing animation speed

There seems to be no reason not to allow this outside of the observer
mode.
This commit is contained in:
Thorbjørn Lindeijer
2011-02-21 15:24:21 +01:00
parent 8c8a80c483
commit c3a6a3eb06

View File

@@ -358,7 +358,6 @@ void QmlInspectorToolBar::activateDesignModeOnClick()
{
bool checked = m_observerModeAction->isChecked();
m_playAction->setEnabled(checked);
m_selectAction->setEnabled(checked);
m_zoomAction->setEnabled(checked);
m_colorPickerAction->setEnabled(checked);