mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
frames: Take out accidental south resize disable of attached dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=657795
This commit is contained in:
parent
7c6bc73031
commit
00e49b330c
@ -2741,7 +2741,7 @@ get_control (MetaFrames *frames,
|
|||||||
{
|
{
|
||||||
if (has_vert && has_horiz)
|
if (has_vert && has_horiz)
|
||||||
return META_FRAME_CONTROL_RESIZE_SW;
|
return META_FRAME_CONTROL_RESIZE_SW;
|
||||||
else if (has_vert && has_north_resize)
|
else if (has_vert)
|
||||||
return META_FRAME_CONTROL_RESIZE_S;
|
return META_FRAME_CONTROL_RESIZE_S;
|
||||||
else if (has_horiz)
|
else if (has_horiz)
|
||||||
return META_FRAME_CONTROL_RESIZE_W;
|
return META_FRAME_CONTROL_RESIZE_W;
|
||||||
|
Loading…
Reference in New Issue
Block a user