summaryrefslogtreecommitdiff
path: root/nonprism/openshot/nonprism.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/openshot/nonprism.patch')
-rw-r--r--nonprism/openshot/nonprism.patch22
1 files changed, 16 insertions, 6 deletions
diff --git a/nonprism/openshot/nonprism.patch b/nonprism/openshot/nonprism.patch
index 232ba6ccc..e6a1f07bb 100644
--- a/nonprism/openshot/nonprism.patch
+++ b/nonprism/openshot/nonprism.patch
@@ -1,8 +1,8 @@
diff --git a/src/windows/main_window.py b/src/windows/main_window.py
-index 2e77fc2..670727f 100644
+index df9a7feb3..c69c643b1 100644
--- a/src/windows/main_window.py
+++ b/src/windows/main_window.py
-@@ -470,17 +470,6 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
+@@ -609,17 +609,6 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
else:
log.info('canceled')
@@ -20,10 +20,20 @@ index 2e77fc2..670727f 100644
def actionExportVideo_trigger(self, event):
# show window
from windows.export import Export
-@@ -1888,4 +1877,4 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
- self.tutorial_manager = TutorialManager(self)
+@@ -2241,9 +2230,6 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
+ self.ExportFrame.connect(self.FrameExported)
+ self.ExportEnded.connect(self.ExportFinished)
- # Install event filter
+- # Install event filter
- self.installEventFilter(self)
+-
+ # Save settings
+ s.save()
+
+@@ -2251,4 +2237,4 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
+ QTimer.singleShot(100, self.refreshFrameSignal.emit)
+
+ # Main window is initialized
+- self.initialized = True
\ No newline at end of file
-+ self.installEventFilter(self)
++ self.initialized = True