mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-22 16:03:13 -04:00
Introduce one central signal in the pattern class which is emitted before the pattern object is being destroyed. This way we can easily and more reliably hide this pattern in the PianoRoll without any race conditions or other glitches. Closes #1089.