forked from qt-creator/qt-creator
disabled color box when debugger is not active
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user