defvs / snowblind

Snowblind is a laser show software written in Kotlin, using JavaFX and LWJGL. It's designed to integrate with digital audio workstations (DAWs), providing tools for creating laser shows.
GNU General Public License v3.0
1 stars 0 forks source link

Make EditorWindow view not snap back when NodeCompositorPane wants to shrinks #7

Open defvs opened 3 weeks ago

defvs commented 3 weeks ago

Could be achieved by setting the minWidth/minHeight of the NodeCompositorPane to the position of the ScrollPane's viewport

defvs commented 2 weeks ago

Possible fix https://stackoverflow.com/a/61581203