summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-18 21:31:38 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-18 21:31:38 -0400
commit9f18a6f34c4d96e54e52abdbcf287a7bfcf6c8e4 (patch)
treeb5505fcebb21dba76eb7f3d7f5458496b6340a81 /include/JSystem/J2DGraph
parentdb61d3102208a949d7941f4491706eba16ba2686 (diff)
d_picture_box closer to matching for other versions
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DPane.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h
index ccd6e785..81b2e28c 100644
--- a/include/JSystem/J2DGraph/J2DPane.h
+++ b/include/JSystem/J2DGraph/J2DPane.h
@@ -54,9 +54,8 @@ public:
virtual void move(f32 x, f32 y);
virtual void add(f32 x, f32 y);
- // fakematch, these getters don't exist
+ // fakematch, this fake inline is only needed by the J2DPane::resize call inside of J2DWindow::resize
f32 resize__getMinX() const { return mBounds.i.x; }
- f32 resize__getMinY() const { return mBounds.i.y; }
virtual void resize(f32 w, f32 h) {
f32 x = resize__getMinX();
x += w;