From a65f03f8cefc3e1d2e6b71ace15789fc63795275 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Sun, 16 Oct 2011 21:35:39 +0000 Subject: Fixed crashes reloading songs having open editors. Previous memleak fixes revealed some problems. Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals. --- muse2/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'muse2/ChangeLog') diff --git a/muse2/ChangeLog b/muse2/ChangeLog index d601817e..26bb1f1e 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,8 @@ +16.10.2011: + - Fixed crashes reloading songs having open editors. Previous memleak fixes revealed some problems. (Tim) + Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. + Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals. + Test OK so far, multiple reloads of song with all track types, all windows open. 14.10.2011: - Fixed keyboard navigation in tracks to work with hidden tracks (rj) 12.10.2011: -- cgit v1.2.3