summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-15 00:18:50 +0000
committerTim E. Real <termtech@rogers.com>2010-11-15 00:18:50 +0000
commit8a34d4bbb06a25200be52aaaed5db47784606cfc (patch)
treee513ab1f7a69bab818a6cfbe3902b90c52386082 /muse2/ChangeLog
parent8c3d365acbc4ea40beb2cf980591fe146c996ce3 (diff)
Fixed crash in MusE::closeEvent() upon 'abort'.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 2f1e2f57..e856c5a8 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,7 +1,9 @@
14.11.2010
- renamed deicsonze2 files and classes with '2' suffixes
- Applied patch by Orcan to convert populateAddSynth(). (Tim)
- - Changed all setMargin() calls to setContentsMargins(). (setMargin() is obsoleted!)
+ - Changed all setMargin() calls to setContentsMargins(). (setMargin() is obsoleted!) (Tim)
+ - Fixed crash in MusE::closeEvent() upon close: save, skip, abort? = abort. (Tim)
+ TODO: Some other suspicious looking closeEvent()s. May need to fix...
12.11.2010
- Fixed arranger alignment issues - set layout margins to zero. (Tim)
TODO: Track list items aligned to canvas tracks are still off by one lousy vertical pixel.