diff options
author | Tim E. Real <termtech@rogers.com> | 2010-11-16 19:33:07 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-11-16 19:33:07 +0000 |
commit | 83c8c048ad0dd1505b57d54d5dd825562f1b84f9 (patch) | |
tree | 7beab998c0aec8fd1cc3c925dbb887b567e63c97 /muse2/ChangeLog | |
parent | 8a34d4bbb06a25200be52aaaed5db47784606cfc (diff) |
Fixed mixer maximum and minimum sizes. Still needs a bit of work.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index e856c5a8..ec50b3d2 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,9 @@ +16.11.2010 + - Fixed mixer maximum and minimum sizes. (Tim) + Bit of a tough hack. Is there a better way? Done by sub-classing QScrollArea and catching + LayoutRequest events, just before paint events when the window sizes are finally correct. + TODO: Still off by a few pixels when mixer first opened, because main window frameSize + is not set yet, by the time LayoutRequest is caught. 14.11.2010 - renamed deicsonze2 files and classes with '2' suffixes - Applied patch by Orcan to convert populateAddSynth(). (Tim) |