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>
|
||||
<version>2.0.1</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
</project>
|
@ -438,12 +438,12 @@ public class DetectionPlotDisplay extends PamBorderPane {
|
||||
this.detectionPlotProjector, newDataUnit);
|
||||
}
|
||||
|
||||
//Debug.out.println("DetectionPlotDisplay DrawDataUnit: " +newDataUnit);
|
||||
if (reDrawScroll) {
|
||||
setupScrollBar(newDataUnit);
|
||||
reDrawScroll=false;
|
||||
}
|
||||
|
||||
// //Debug.out.println("DetectionPlotDisplay DrawDataUnit: " +newDataUnit);
|
||||
// if (reDrawScroll) {
|
||||
// setupScrollBar(newDataUnit);
|
||||
// reDrawScroll=false;
|
||||
// }
|
||||
//
|
||||
//dDPlotPane.repaintAxis();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user