diff options
author | Tim E. Real <termtech@rogers.com> | 2010-11-16 22:48:49 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-11-16 22:48:49 +0000 |
commit | cccf2ad24c31d5b0ec22865f0a520fcd73e8f8be (patch) | |
tree | 2dba32c74fb5100f690f6a85628f8461ce390819 /muse2/ChangeLog | |
parent | 40e4ea30dc2078591d687f2c2ae4b6774be704b3 (diff) |
Fixed track info sizing problems.
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. |