mirror of https://github.com/GNOME/gimp.git
Bug 666308 - Can't leave fullscreen-mode when are no opened images
Allow to toggle View->Fullscreen of the empty image window. This should probably be integrated in session management, but better a fix that makes it somewhat work than leaving users stuck with a fullscreen empty window.
This commit is contained in:
parent
51a8e66824
commit
fde82c64b8
|
@ -671,7 +671,6 @@ view_actions_update (GimpActionGroup *group,
|
|||
SET_ACTIVE ("view-show-statusbar", display && options->show_statusbar);
|
||||
|
||||
SET_SENSITIVE ("view-shrink-wrap", image);
|
||||
SET_SENSITIVE ("view-fullscreen", image);
|
||||
SET_ACTIVE ("view-fullscreen", display && fullscreen);
|
||||
SET_ACTIVE ("view-use-gegl", use_gegl);
|
||||
|
||||
|
|
Loading…
Reference in New Issue