Closed UnforeseenOcean closed 3 months ago
The setup for the editor grid is a little bit more complex, so just scaling all the columns on resize wouldn't work. I was able to apply a workaround that should let the editor grid recover in most cases, but there are still some edge cases in which this situation can happen, unfortunately I'm not entirely sure how to handle them in WPF.
If you maximize the window and set it so the spectrogram section takes half or so of the mapping area and then resize the window, the spectrogram will cover the entire mapping area and cannot be adjusted or used.
A solution I'm proposing is to use the ratio of the spectrogram and note view (example shown below) by calculating how much area in the X-axis each part takes up and scaling them proportionally.