Skip to content

Commit

Permalink
Left and right arrows can now again be used for switching the current…
Browse files Browse the repository at this point in the history
…ly displayed colony.
  • Loading branch information
stiangre committed Oct 16, 2024
1 parent 96547e4 commit 75665a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/sf/freecol/client/gui/panel/ColonyPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ public JToolTip createToolTip() {
*/
add(unloadButton, "wmax 0, height 0, gap 0 0 0 0");
add(fillButton, "wmax 0, height 0, gap 0 0 0 0");
add(nameBox, "wmax 0, height 0, gap 0 0 0 0");

add(okButton, "gapbefore push, height 48!"); // tag ok

Expand Down

0 comments on commit 75665a3

Please sign in to comment.