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: #1769
  • Loading branch information
3v1n0 committed Oct 13, 2022
1 parent 0e95665 commit 4ffdead
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 @@ -731,7 +731,7 @@ var DockedDash = GObject.registerClass({
_onMenuClosed() {
this._ignoreHover = false;
this._box.sync_hover();
this._hoverChanged();
this._updateDashVisibility();
}

_hoverChanged() {
Expand Down

1 comment on commit 4ffdead

@D3vil0p3r
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@3v1n0 this change has been also applied and distributed for Ubuntu Dock since there, the issue persists? #1892 (comment)

Please sign in to comment.