Skip to content

Commit

Permalink
Update flatlaf 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Aug 15, 2024
1 parent 32f6ca0 commit 34ac29f
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -96,6 +96,7 @@ public String getSopClassUID() {
public Integer getInstanceNumber() {
return instanceNumber;
}

public List<Integer> getFrameList() {
return frameList;
}
@@ -239,6 +240,7 @@ public int getNumberSelectedImages() {
.sum())
.sum();
}

public boolean containsSopInstanceUIDReference(
String seriesInstanceUID, String sopInstanceUIDReference, Integer frame) {
return isSopuidInReferencedSeriesSequence(
2 changes: 1 addition & 1 deletion weasis-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
<weasis.releasenotes>https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v440-2024-05-06</weasis.releasenotes>

<felix.framework.version>7.0.5</felix.framework.version>
<flatlaf.version>3.5</flatlaf.version>
<flatlaf.version>3.5.1</flatlaf.version>
<miglayout.version>11.3</miglayout.version>
<xz.version>1.9</xz.version>

0 comments on commit 34ac29f

Please sign in to comment.