haroohie-club / SerialLoops

An editor for Suzumiya Haruhi no Chokuretsu (The Series of Haruhi Suzumiya)
https://haroohie.club/chokuretsu/serial-loops
GNU General Public License v3.0
14 stars 6 forks source link

Background music doesn't stop playing when tab is exited via context menu #330

Closed jonko0493 closed 7 months ago

jonko0493 commented 7 months ago

The culprit is the fact that the close tab command from that context menu just calls

_tabs.Tabs.Remove(_tabs.Tabs.SelectedPage);

which doesn't trigger the PageClosed event on the DocumentControl.

Discovered via the UI tests!