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, 0 insertions, 10 deletions
diff --git a/community/aegisub/crash-on-deatach.patch b/community/aegisub/crash-on-deatach.patch
deleted file mode 100755
index 1a1a3d007..000000000
--- a/community/aegisub/crash-on-deatach.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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());