mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Fixes the song editor UI on pianos/space minimoogs. [MDB IGNORE] (#11317)
* Fixes the song editor UI on pianos/space minimoogs. (#64545) This fixes a bug (#64516) where the song editor UI failed to update properly on pianos/space minimoogs. As it turns out, the updateDialog call at the end of the file had nothing set for it, resulting in it runtiming any time it was supposed to be updating. Setting it to (usr) fixed the problem, and the UI now works properly. * Fixes the song editor UI on pianos/space minimoogs. Co-authored-by: sergeirocks100 <31294280+sergeirocks100@users.noreply.github.com>
This commit is contained in:
co-authored by
sergeirocks100
parent
063f6851d4
commit
3c75f4d73b
@@ -241,4 +241,4 @@
|
||||
else if(href_list["togglesustainhold"])
|
||||
full_sustain_held_note = !full_sustain_held_note
|
||||
|
||||
updateDialog()
|
||||
updateDialog(usr)
|
||||
|
||||
Reference in New Issue
Block a user