forked from supercollider/supercollider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GUI: QcRangeSlider: fix stretch behaviour (supercollider#5595)
* GUI: QcRangeSlider: fix stretch behaviour Fixes issue supercollider#3696. The proposed change makes it possible to adjust the height / width of a RangeSlider by using stretch factors. The behaviour of RangeSlider will then match the behaviour of Slider. * Refactoring QcRangeSlider::setOrientation Preventing the undefined behaviour of static_cast * Format with clang-format * QcRangeSlider: fix build errors * RangeSlider: setOrientation call without cast
- Loading branch information
1 parent
e5686af
commit 1ad0dcb
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters