disabled color box when debugger is not active

This commit is contained in:
Lasse Holmstedt
2010-07-27 11:57:54 +02:00
parent cdb5dadfc2
commit 9d9fca6c7e

View File

@@ -68,6 +68,7 @@ void QmlInspectorToolbar::setEnabled(bool value)
m_colorPickerAction->setEnabled(value);
//m_toQmlAction->setEnabled(value);
m_fromQmlAction->setEnabled(value);
m_colorBox->setEnabled(value);
}
void QmlInspectorToolbar::enable()