diff options
author | jstebbins <[email protected]> | 2015-08-18 20:27:47 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-08-18 20:27:47 +0000 |
commit | 283526803d7fbb7b75412ceb2338dfd9d68c0c9a (patch) | |
tree | 26784029319cdc7b107f8dfb2af8cc649e82803c /gtk/src/ghb.ui | |
parent | 4ffa869d091efecbb19b5dafc18fcb7ecdb73629 (diff) |
LinGui: fix a scrolling issue in presets pane
Expanding a folder was causing the pane to scroll back to the currently
selected preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7403 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index da314b4ca..efa73a39a 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -1544,7 +1544,6 @@ This allows a player to initiate playback before downloading the entire file.</p <property name="shadow_type">none</property> <property name="margin-right">6</property> <property name="margin-bottom">6</property> - <signal name="size-allocate" handler="presets_frame_size_allocate_cb" swapped="no"/> <child> <object class="GtkScrolledWindow" id="presets_scroll"> <property name="visible">True</property> |