Skip to content

Commit

Permalink
Fix for projection selection menu for projecting external data
Browse files Browse the repository at this point in the history
  • Loading branch information
berniejenny committed Aug 15, 2018
1 parent c6a0115 commit 8192da4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
identifier="${main.class}"
mainclassname="${main.class}"
icon="mac/icon.icns"
shortversion="1.0.8"
shortversion="1.0.8.1"
copyright="© Bernhard Jenny 2007–2018"
applicationCategory="public.app-category.graphics-design">
<classpath file="${dist.jar}" />
Expand Down
2 changes: 1 addition & 1 deletion src/ika/app/Application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PreferencesPanel=ika.gui.FlexProjectorPreferencesPanel
#The version of the application, numbers only in the format X.Y.Z, e.g. "1.12.5"
#The last number is optional, i.e. "1.12" is valid.
#The numbers can be followed by a string, such as "0.12 alpha"
ApplicationVersion=1.0.8
ApplicationVersion=1.0.8.1

#a small icon for display in information dialogs
ApplicationIcon=logo64x64.png
Expand Down
1 change: 0 additions & 1 deletion src/ika/gui/FlexProjectorWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,6 @@ private Projection askUserForProjection() {

// display dialog
JComboBox jcb = new JComboBox(projNames.toArray());
jcb.setMaximumRowCount(projNames.size());
// custom renderer for separator in menu
jcb.setRenderer(new BasicComboBoxRenderer() {
@Override
Expand Down

0 comments on commit 8192da4

Please sign in to comment.