forked from AuroraMiddleware/gtk
MS-Windows Theme top tabs rendered upside down for non-XP theme (#435053,
2007-05-02 Dom Lachowicz <domlachowicz@gmail.com> * modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs rendered upside down for non-XP theme (#435053, Daniel Atallah) svn path=/trunk/; revision=17773
This commit is contained in:
parent
0e099fb6bd
commit
96fbfe49d8
@ -1,3 +1,8 @@
|
||||
2007-05-02 Dom Lachowicz <domlachowicz@gmail.com>
|
||||
|
||||
* modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs
|
||||
rendered upside down for non-XP theme (#435053, Daniel Atallah)
|
||||
|
||||
Wed May 2 11:35:45 2007 Tim Janik <timj@imendio.com>
|
||||
|
||||
* docs/faq/gtkfaq.sgml: removed, since this file is long outdated
|
||||
|
@ -2611,7 +2611,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,
|
||||
|
Loading…
Reference in New Issue
Block a user