Skip to content

Commit

Permalink
DatePicker: open calendar twice causes exception (fixes #97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dukke committed Aug 26, 2019
1 parent aa4e9d3 commit 96e73c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jmetro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

sourceCompatibility = '1.8'

version = '8.5.7'
version = '8.5.8'
def versionDescription = 'JMetro'


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,9 @@
}

/***************************** Date Picker popup ********************************/
.date-picker-popup .button {
-fx-skin: "com.sun.javafx.scene.control.skin.ButtonSkin"; /* Without also specifying this an exception sometimes happens when opening the DatePicker for the second time */
}

.date-picker-popup {
-fx-border-color: popup_border_color;
Expand Down

0 comments on commit 96e73c6

Please sign in to comment.