Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
be2da4ab
Commit
be2da4ab
authored
Jan 22, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: Do not react to double-click in editor.
parent
40ef630d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/gui/qt4/dialogs/toolbar.cpp
modules/gui/qt4/dialogs/toolbar.cpp
+1
-0
No files found.
modules/gui/qt4/dialogs/toolbar.cpp
View file @
be2da4ab
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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