Commit be2da4ab authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Do not react to double-click in editor.

parent 40ef630d
......@@ -630,6 +630,7 @@ bool DroppingController::eventFilter( QObject *obj, QEvent *event )
}
return true;
case QEvent::MouseButtonDblClick:
case QEvent::EnabledChange:
case QEvent::Hide:
case QEvent::HideToParent:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment