Skip to content

Commit

Permalink
DatePicker: open calendar twice causes exception on JavaFX 11 (fixes #97
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dukke committed Aug 26, 2019
1 parent ef0cbe8 commit 6e67a66
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 @@ -7,7 +7,7 @@ plugins {

sourceCompatibility = JavaVersion.VERSION_11

version = '11.5.7'
version = '11.5.8'
def versionDescription = 'JMetro'

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

/***************************** Date Picker popup ********************************/
.date-picker-popup .button {
-fx-skin: "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 6e67a66

Please sign in to comment.