diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2011-09-05 16:09:40 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2011-09-05 16:09:40 +0000 |
commit | 7e9a221b1afee94262fab7fc8766dd18245b3714 (patch) | |
tree | d9d7c7de6246d7800897536d1fa5a4fe2c3f06e2 /muse2/ChangeLog | |
parent | 90778c04f4fdb7ef01c703017c8fa153651ceb53 (diff) |
- Remodel EffectRack
- Fix a corruption in Meter when the mono/stereo switch is toggled in astrip.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index d1da6267..aeaa3a5d 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,8 @@ +05.09.2011: + - Remodel the EffectRack. There is still an ongoing issue with the minimumSizeHint, which I worked + around by adding a fixed offset. (Orcan) + - Fall back to using Meter's own size functions rather than the event rectangle's size functions + in paintEvent(). The latter caused corruption when toggling mono/stereo. (Orcan) 04.09.2011: - Remodel the Slider (Orcan) 01.09.2011: |