diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2011-09-14 03:02:14 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2011-09-14 03:02:14 +0000 |
commit | 42269af2e0cc7a8c7b70d89ffa270184acde3dec (patch) | |
tree | 724d299da6d46185decd87e25b830d1be740be0c /muse2/ChangeLog | |
parent | 725b1d96a20557856fc1ceaf3d886bdd2f816826 (diff) |
The sizeHint of Slider is respected, and the plugin window now has a reasonable width. Scale support commented out in Slider.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index b798bdeb..e0d39301 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,6 @@ +13.09.2011: + - Made Slider::sizeHint() a const function again, so that the plugin window respects its sizeHint. (Orcan) + - Explicitly disabled the scale support in Slider since it wasn't really in use for a while. (Orcan) 11.09.2011: - Rewrote the rounding function for efficientcy. Moved the function into utils.cpp since it is written for general purpose. (Orcan) |