summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-16 02:40:34 +0000
committerTim E. Real <termtech@rogers.com>2010-12-16 02:40:34 +0000
commita37694ff33006b85262cddf81116397f2049ce9c (patch)
tree28ff10a3a5bbecda2fe90c43dbfa371854eea0e8 /muse2/ChangeLog
parentd14a0a7be38de94dce84818c904e609d31da21ab (diff)
Fixed track list drawing - removed double buffer pixmap. Test OK.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 409340f0..cb802763 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,6 +1,7 @@
15.12.2010:
- Major cleanup in the #includes. Emptied all.ha nnd moved its contents to individual files.
The build is roughly 20% faster now. (Orcan)
+ - Fixed track list drawing - removed double buffer pixmap. Test OK. (Tim)
14.12.2010:
- Fixed corruption on track info instrument patch button due to latin1() conversions. (Tim)
Changed MidiInstrument::getPatchName() and EditInstrument::getPatchName() to return QString.