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
779d5d42
Commit
779d5d42
authored
Jul 14, 2010
by
Lasse Holmstedt
Committed by
Olivier Goffart
Jul 14, 2010
Browse files
clear highlight when not in design mode
parent
e1c3c08c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tools/qml/qmlobserver/qdeclarativedesignview.cpp
View file @
779d5d42
...
...
@@ -89,6 +89,7 @@ void QDeclarativeDesignView::mousePressEvent(QMouseEvent *event)
void
QDeclarativeDesignView
::
mouseMoveEvent
(
QMouseEvent
*
event
)
{
if
(
!
designModeBehavior
())
{
clearHighlight
();
QDeclarativeView
::
mouseMoveEvent
(
event
);
return
;
}
...
...
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