(int sx)
| 314 | } |
| 315 | |
| 316 | @Override |
| 317 | @AstroImageJ(reason = "Support scalable plots", modified = true) |
| 318 | public int offScreenX2(int sx) { |
| 319 | if (plot.isAijPlot()) { |
| 320 | return super.offScreenX2((int) (sx / Prefs.getGuiScale())); |
| 321 | } |
| 322 | return super.offScreenX2(sx); |
| 323 | } |
| 324 | |
| 325 | @Override |
| 326 | @AstroImageJ(reason = "Support scalable plots", modified = true) |
no test coverage detected