Skip to content

Commit

Permalink
Fixing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewauclair committed Jun 28, 2024
1 parent 04c5747 commit f562a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docking-api/src/ModernDocking/api/RootDockingPanelAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void setWindow(Window window) {
eastToolbar = new DockableToolbar(docking, window, this, ToolbarLocation.EAST);

supportedToolbars = EnumSet.allOf(ToolbarLocation.class);
pinningSupported = !supportedToolbars.isEmpty();
autoHideSupported = !supportedToolbars.isEmpty();
}

/**
Expand Down

0 comments on commit f562a8c

Please sign in to comment.