[pitivi] timeline: Left click won't seek by default Fixes #2282
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] timeline: Left click won't seek by default Fixes #2282
- Date: Wed, 13 Apr 2022 19:34:54 +0000 (UTC)
commit bfd6b997ad4531e80b4f8fcdb7d9070249ebcec1
Author: Aryan Kaushik <73686-Aryan20 users noreply gitlab gnome org>
Date: Wed Apr 13 11:50:30 2022 +0000
timeline: Left click won't seek by default
Fixes #2282
pitivi/timeline/timeline.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index b3f98973b..421f39bf0 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -116,7 +116,7 @@ PreferencesDialog.add_numeric_preference('imageClipLength',
GlobalSettings.add_config_option('leftClickAlsoSeeks',
section="user-interface",
key="left-click-to-select",
- default=True,
+ default=False,
notify=True)
PreferencesDialog.add_toggle_preference('leftClickAlsoSeeks',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]