Render non-XP tabs correctly on Win32
svn path=/branches/gtk-2-10/; revision=17809
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2007-05-09 Cody Russell <bratsche@gnome.org>
|
||||
|
||||
Merge from trunk:
|
||||
|
||||
* modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs
|
||||
rendered upside down for non-XP theme (#435053, Daniel Atallah)
|
||||
|
||||
2007-05-09 Loïc Minier <lool@dooz.org>
|
||||
|
||||
* gdk/directfb/Makefile.am:
|
||||
|
||||
@@ -2669,7 +2669,7 @@ draw_extension (GtkStyle *style,
|
||||
if (!draw_tab_button (style, window, state_type,
|
||||
shadow_type, area, widget,
|
||||
detail,
|
||||
x, y, width, height, gap_side))
|
||||
x, y, width, height, real_gap_side))
|
||||
{
|
||||
parent_class->draw_extension (style, window, state_type,
|
||||
shadow_type, area, widget, detail,
|
||||
|
||||
Reference in New Issue
Block a user