Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Nov 15, 2024
2 parents 9640a40 + d212032 commit 3065272
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gemsfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>2.65.0</version>
<version>2.66.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>2.65.0</version>
<version>2.66.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gemsfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>2.65.0</version>
<version>2.66.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public YearViewSkin(YearView yearView) {
Rectangle clip = new Rectangle();
clip.widthProperty().bind(yearView.widthProperty());
clip.heightProperty().bind(yearView.heightProperty());
yearView.setClip(clip);
header.setClip(clip);

InvalidationListener buildGridListener = obs -> buildGrid();
yearView.valueProperty().addListener(buildGridListener);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>GemsFXParent</name>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>2.65.0</version>
<version>2.66.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 3065272

Please sign in to comment.