summaryrefslogtreecommitdiff
path: root/community/aegisub/crash-on-deatach.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/aegisub/crash-on-deatach.patch')
-rwxr-xr-xcommunity/aegisub/crash-on-deatach.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/aegisub/crash-on-deatach.patch b/community/aegisub/crash-on-deatach.patch
new file mode 100755
index 000000000..1a1a3d007
--- /dev/null
+++ b/community/aegisub/crash-on-deatach.patch
@@ -0,0 +1,10 @@
+--- a/src/video_display.cpp
++++ b/src/video_display.cpp
+@@ -309,6 +309,7 @@
+ }
+
+ void VideoDisplay::UpdateSize() {
++ if (zoomValue<=0) zoomValue = 1;
+ if (!con->videoController->IsLoaded() || !IsShownOnScreen()) return;
+
+ videoSize.Set(con->videoController->GetWidth(), con->videoController->GetHeight());