(int sy)
| 323 | } |
| 324 | |
| 325 | @Override |
| 326 | @AstroImageJ(reason = "Support scalable plots", modified = true) |
| 327 | public int offScreenY2(int sy) { |
| 328 | if (plot.isAijPlot()) { |
| 329 | return super.offScreenY2((int) (sy / Prefs.getGuiScale())); |
| 330 | } |
| 331 | return super.offScreenY2(sy); |
| 332 | } |
| 333 | |
| 334 | @Override |
| 335 | @AstroImageJ(reason = "Support scalable plots", modified = true) |
no test coverage detected