mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-21 22:52:22 +00:00
Detection plot bug fix when showing no scroll bar
This commit is contained in:
parent
9fcc6792f9
commit
1174e371f0
1
pom.xml
1
pom.xml
@ -970,6 +970,7 @@
|
|||||||
<artifactId>atlantafx-base</artifactId>
|
<artifactId>atlantafx-base</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
@ -438,12 +438,12 @@ public class DetectionPlotDisplay extends PamBorderPane {
|
|||||||
this.detectionPlotProjector, newDataUnit);
|
this.detectionPlotProjector, newDataUnit);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Debug.out.println("DetectionPlotDisplay DrawDataUnit: " +newDataUnit);
|
// //Debug.out.println("DetectionPlotDisplay DrawDataUnit: " +newDataUnit);
|
||||||
if (reDrawScroll) {
|
// if (reDrawScroll) {
|
||||||
setupScrollBar(newDataUnit);
|
// setupScrollBar(newDataUnit);
|
||||||
reDrawScroll=false;
|
// reDrawScroll=false;
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
//dDPlotPane.repaintAxis();
|
//dDPlotPane.repaintAxis();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user