forked from qt-creator/qt-creator
clear highlight when not in design mode
This commit is contained in:
committed by
Olivier Goffart
parent
e1c3c08c15
commit
779d5d42c9
@@ -89,6 +89,7 @@ void QDeclarativeDesignView::mousePressEvent(QMouseEvent *event)
|
||||
void QDeclarativeDesignView::mouseMoveEvent(QMouseEvent *event)
|
||||
{
|
||||
if (!designModeBehavior()) {
|
||||
clearHighlight();
|
||||
QDeclarativeView::mouseMoveEvent(event);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user