1
0
Fork 0

frames: Take out accidental south resize disable of attached dialogs

https://bugzilla.gnome.org/show_bug.cgi?id=657795
This commit is contained in:
Jasper St. Pierre 2011-09-15 15:08:07 -04:00
parent 7c6bc73031
commit 00e49b330c

View file

@ -2741,7 +2741,7 @@ get_control (MetaFrames *frames,
{
if (has_vert && has_horiz)
return META_FRAME_CONTROL_RESIZE_SW;
else if (has_vert && has_north_resize)
else if (has_vert)
return META_FRAME_CONTROL_RESIZE_S;
else if (has_horiz)
return META_FRAME_CONTROL_RESIZE_W;