Skip to content

Commit

Permalink
docking: Check if autohide or intellihide is enabled on menu closed
Browse files Browse the repository at this point in the history
We should not always hide the menus depending on the mouse position, but
this depends on the current user configurations.

LP: #1983130
Closes: micheleg#1769
  • Loading branch information
3v1n0 committed Oct 9, 2022
1 parent 721fccd commit 7b00a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docking.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ var DockedDash = GObject.registerClass({
_onMenuClosed() {
this._ignoreHover = false;
this._box.sync_hover();
this._hoverChanged();
this._updateDashVisibility();
}

_hoverChanged() {
Expand Down

0 comments on commit 7b00a87

Please sign in to comment.