app/commands.c app/layers_dialog.c behave like a widget: removed
2000-04-06 Michael Natterer <mitch@gimp.org> * app/commands.c * app/layers_dialog.c * app/resize.[ch]: behave like a widget: removed resize_widget_free() and call gtk_widget_destroy(resize->resize_shell) instead. * app/interface.c: s/0/FALSE/ * app/color_area.c * libgimp/gimpchainbutton.c: show the correct background also for engine driven themes. The chainbutton's lines still don't draw with the pixmap theme, which is probably a bug of the theme's draw_polygon method.
This commit is contained in:
committed by
Michael Natterer
parent
56f1372519
commit
61184c16c9
@ -1077,7 +1077,7 @@ create_display_shell (GDisplay *gdisp,
|
||||
}
|
||||
|
||||
gtk_widget_realize (gdisp->canvas);
|
||||
gdk_window_set_back_pixmap (gdisp->canvas->window, NULL, 0);
|
||||
gdk_window_set_back_pixmap (gdisp->canvas->window, NULL, FALSE);
|
||||
|
||||
/* we need to realize the cursor_label widget here, so the size gets
|
||||
* computed correctly
|
||||
|
||||
Reference in New Issue
Block a user