diff options
author | jstebbins <[email protected]> | 2009-04-05 17:19:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-05 17:19:54 +0000 |
commit | ec0cc708915af88c2e0ba97303ac188b92227969 (patch) | |
tree | 3cd1ec703ffb1b9465bdde09f1d1df156ff875ba /gtk/src/ghb.ui | |
parent | c0b34352cbbb90baa3d015c9438f731ff05e50fb (diff) |
LinGui: oops, forgot to actually rescale the image when making the
preview window fullscreen
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2303 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 983fb9c9e..94e6c53f6 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4873,6 +4873,7 @@ location as the movie.</property> <property name="app_paintable">True</property> <signal name="motion-notify-event" handler="preview_motion_cb"/> <signal name="leave-notify-event" handler="preview_leave_cb"/> + <signal handler="preview_image_configure_cb" name="configure-event"/> </object> <packing> </packing> |