Fork me on GitHub
#cljfx
<
2022-09-15
>
Jakub Arnold19:09:07

is there a way to make the window stay in one place when I re-evaluate (renderer) ? at least on windows every time I update the UI and run (renderer) the window jumps back in the center of the screen ... or maybe is there a way to give it a fixed position? it's kinda inconvenient to have it move since it basically moves behind my editor and I have to pull it back on every change

Jakub Arnold20:09:30

figured it out, looks like I can just pass :x 100 :y 200 to the :stage component

🎉 2