We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f3d79 commit 37e2dccCopy full SHA for 37e2dcc
1 file changed
lib/main_window.lua
@@ -168,6 +168,7 @@ function graphite_main_window.begin_G()
168
graphite_main_window.m = m
169
graphite_main_window.gx = 0.5 * w * m
170
graphite_main_window.gy = 0.5 * h * m
171
+ graphite_main_window.rects = {}
172
end
173
174
-- Accumulates center of gravity for current window
@@ -197,7 +198,6 @@ function graphite_main_window.end_G()
197
198
main.render_area.set_center_from_imgui_coords(
199
graphite_main_window.gx, graphite_main_window.gy
200
)
- graphite_main_window.rects = {}
201
202
203
0 commit comments