[metacity/wip/gtk-theme: 16/41] Account for invisible borders when constraining modal dialogs



commit cd9252b629a7d336b3493ab133dcfd282447b3d0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Aug 16 01:05:49 2011 -0400

    Account for invisible borders when constraining modal dialogs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656619

 src/core/constraints.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/constraints.c b/src/core/constraints.c
index a937f05..2503767 100644
--- a/src/core/constraints.c
+++ b/src/core/constraints.c
@@ -759,7 +759,7 @@ constrain_modal_dialog (MetaWindow         *window,
       y += parent->frame->rect.y;
 
       meta_frame_calc_borders (parent->frame, &borders);
-      y += borders.visible.top;
+      y += borders.total.top;
 
       y += info->borders->visible.top;
    }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]