vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
240 stars 15 forks source link

fix: instrumenteditor starting expansion state #87

Closed kendfss closed 2 years ago

kendfss commented 2 years ago

The instrument editor's comment expansion button was up, which is normally used to indicate the option to close, but on clicking the comment box is actually expanded.
The toggling mechanisms are left unchanged, just the initial state is modified by changing the condition for re-setting the collapseIcon variable in the layoutInstrumentHeader method.