Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
9d9fca6c
Commit
9d9fca6c
authored
Jul 27, 2010
by
Lasse Holmstedt
Browse files
disabled color box when debugger is not active
parent
cdb5dadf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljsinspector/qmlinspectortoolbar.cpp
View file @
9d9fca6c
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment