GNOME Bugzilla – Bug 786767
Can't close the window with the new headerbar
Last modified: 2017-08-25 14:07:31 UTC
Created attachment 358361 [details] Screenshot showing the current Display headerbar Currently, with the new GCC design and the Display HeaderBar, I can't close the GCC window unless I click on another panel. I think that instead, the current header bar should be hidden and will be shown only when the user modifies something. Because currently, the cancel button does nothing at all :( See the attached screenshot PS: don't mind the missing icons; must be due an outdated version of Adwaita icon theme.
Created attachment 358400 [details] [review] display: Fix the two output UI to start with the current configuration gtk_stack_set_visible_child_name() doesn't actually make a child visible if the child widget isn't visible already which means we'd always start in the first ("join") stack page even if the currently applied configuration is one of the others.
I think this is your bug, please re-open if this still doesn't fix it for you. Attachment 358400 [details] pushed as 6c4eb9f - display: Fix the two output UI to start with the current configuration
Perfect, that fixed my issue. Thanks for your work :D