Ticket #533: quartz-style-fix.patch
File quartz-style-fix.patch, 531 bytes (added by , 6 years ago) |
---|
-
src/quartz-style.c
old new 1570 1570 else 1571 1571 draw_info.state = kThemeMenuActive; 1572 1572 1573 item_rect = CGRectMake (x1, y, x2-x1, height);1574 1573 1575 1574 toplevel = gtk_widget_get_toplevel (widget); 1576 1575 gdk_window_get_size (toplevel->window, &width, &height); 1576 item_rect = CGRectMake (x1, y, x2-x1, height); 1577 1577 menu_rect = CGRectMake (0, 0, width, height); 1578 1578 1579 1579 context = get_context (window, area);