diff options
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) |