File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Widgets/MultitaskingView Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ public class Gala.WindowClone : ActorTarget {
167167 opacity = 0
168168 };
169169 close_button. triggered. connect (close_window);
170+ close_button. notify[" has-pointer" ]. connect (() = > update_hover_widgets ());
170171
171172 window_icon = new WindowIcon (window, WINDOW_ICON_SIZE , (int )Math . round (monitor_scale_factor)) {
172173 visible = ! overview_mode
@@ -384,7 +385,7 @@ public class Gala.WindowClone : ActorTarget {
384385
385386 var duration = Utils . get_animation_duration (FADE_ANIMATION_DURATION );
386387
387- var show = has_pointer && ! in_slot_animation;
388+ var show = ( has_pointer || close_button . has_pointer) && ! in_slot_animation;
388389
389390 close_button. save_easing_state ();
390391 close_button. set_easing_mode (Clutter . AnimationMode . LINEAR );
You can’t perform that action at this time.
0 commit comments