Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Millan Castro
pitivi
Commits
a34084c5
Commit
a34084c5
authored
Mar 09, 2014
by
Alexandru Băluț
Committed by
Mathieu Duponchelle
Mar 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timeline: Clarify a fixme
parent
a1151ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pitivi/timeline/timeline.py
pitivi/timeline/timeline.py
+1
-1
No files found.
pitivi/timeline/timeline.py
View file @
a34084c5
...
...
@@ -837,6 +837,7 @@ class TimelineContainer(Gtk.Grid, Zoomable, Loggable):
self
.
timeline
.
connect
(
"button-press-event"
,
self
.
_timelineClickedCb
)
self
.
timeline
.
connect
(
"button-release-event"
,
self
.
_timelineClickReleasedCb
)
# FIXME: Connect to the stage of the embed instead, see https://bugzilla.gnome.org/show_bug.cgi?id=697522
self
.
embed
.
connect
(
"scroll-event"
,
self
.
_scrollEventCb
)
self
.
connect
(
"key-press-event"
,
self
.
_keyPressEventCb
)
...
...
@@ -1436,7 +1437,6 @@ class TimelineContainer(Gtk.Grid, Zoomable, Loggable):
self
.
_project
.
pipeline
.
save_thumbnail
(
-
1
,
-
1
,
mime
,
path
)
def
_scrollEventCb
(
self
,
unused_embed
,
event
):
# FIXME : see https://bugzilla.gnome.org/show_bug.cgi?id=697522
deltas
=
event
.
get_scroll_deltas
()
if
event
.
state
&
Gdk
.
ModifierType
.
CONTROL_MASK
:
if
deltas
[
2
]
<
0
:
...
...
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