2graphic / sinap-ide

Sinap IDE development project.
7 stars 1 forks source link

Window resizing #161

Open danielscottjames opened 7 years ago

danielscottjames commented 7 years ago

Some issues with window resizing:

cj-dimaano commented 7 years ago

I'm not sure if it's possible to detect if the user is actively sizing the window, but if you can, the graph editor has public methods to suspend and resume redrawing.

danielscottjames commented 7 years ago

Set a minimum window size in Electron. Resizing event: https://github.com/electron/electron/blob/master/docs/api/browser-window.md#event-resize

danielscottjames commented 7 years ago

Set minimum size to allow support for 720p and XGA