open-ephys / bonsai-onix1

Bonsai library for the Open Ephys Onix Acquisition System
https://open-ephys.github.io/onix1-bonsai-docs
MIT License
4 stars 3 forks source link

Save zoom state when resizing dialogs #313

Open bparks13 opened 1 week ago

bparks13 commented 1 week ago

If a dialog is resized (maximizing the window for example), it resets the zoom state to be fully zoomed out. This is potentially annoying, but not a critical feature to fix.

Should be a simple matter of grabbing the current axis boundaries during the Resize event, and applying them after the resizing is complete.