File tree 2 files changed +2
-3
lines changed
chartfx-chart/src/main/java/io/fair_acc/chartfx/ui
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
import io .fair_acc .chartfx .utils .SimplePerformanceMeter ;
22
22
23
- import impl .org .controlsfx .skin .BreadCrumbBarSkin ;
24
23
25
24
/**
26
25
* Simple JavaFX and Chart Performance metrics indicator. To be added into e.g. a ToolBar
@@ -192,7 +191,7 @@ public enum DebugLevel {
192
191
VERSION
193
192
}
194
193
195
- protected static class CustomBreadCrumbButton extends BreadCrumbBarSkin . BreadCrumbButton {
194
+ protected static class CustomBreadCrumbButton extends BreadCrumbButton {
196
195
public CustomBreadCrumbButton (Node gfx ) {
197
196
super (null , gfx );
198
197
setId (gfx .getId ());
Original file line number Diff line number Diff line change 38
38
<maven .compiler.target>11</maven .compiler.target>
39
39
40
40
<chartfx .javafx.version>13.0.1</chartfx .javafx.version>
41
- <chartfx .controlsfx.version>11.0.0 </chartfx .controlsfx.version>
41
+ <chartfx .controlsfx.version>11.1.1 </chartfx .controlsfx.version>
42
42
<chartfx .ikonli.version>11.5.0</chartfx .ikonli.version>
43
43
<chartfx .icu4j.version>65.1</chartfx .icu4j.version>
44
44
<chartfx .javafxsvg.version>1.3.0</chartfx .javafxsvg.version>
You can’t perform that action at this time.
0 commit comments