diff options
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index ec50b3d2..be5bf9fa 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,4 +1,6 @@ 16.11.2010 + - Fixed track info sizing problems. In Arranger::switchInfo() added tgrid->update(). (Tim) + QLayout::update() seems to be a new method, we needed to call it here. - 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. |