Bug 675436 - Tabs always present when docks shown and absent when docks hidden

The main change is that even with only 1 image in single window mode,
there is now a tab.
Also whatever the number of images when you hide docks with Tab, no tabs
are shown.
This commit is contained in:
Jehan
2013-07-03 19:44:53 +09:00
parent 092f239dfe
commit 816f651b82
3 changed files with 45 additions and 13 deletions

View File

@ -92,4 +92,6 @@ GtkWidget * gimp_image_window_get_default_dockbook (GimpImageWindow *win
void gimp_image_window_keep_canvas_pos (GimpImageWindow *window);
void gimp_image_window_update_tabs (GimpImageWindow *window);
#endif /* __GIMP_IMAGE_WINDOW_H__ */