mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +00:00
Make the brightness slider for the wheel picker continuous.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29505 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f52a1fd2a
commit
d892c00c4f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-02-07 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
|
* ColorPickers/GSWheelColorPicker.m: Make the brightness slider
|
||||||
|
for the wheel picker continuous.
|
||||||
|
|
||||||
2010-02-07 Eric Wasylishen <ewasylishen@gmail.com>
|
2010-02-07 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
* Source/GSThemeDrawing.m
|
* Source/GSThemeDrawing.m
|
||||||
|
|
|
@ -330,7 +330,7 @@
|
||||||
[s setAutoresizingMask: NSViewHeightSizable];
|
[s setAutoresizingMask: NSViewHeightSizable];
|
||||||
[s setCell: [[GSColorSliderCell alloc] init]];
|
[s setCell: [[GSColorSliderCell alloc] init]];
|
||||||
[(GSColorSliderCell *)[s cell] _setColorSliderCellMode: 10];
|
[(GSColorSliderCell *)[s cell] _setColorSliderCellMode: 10];
|
||||||
[s setContinuous: NO];
|
[s setContinuous: YES];
|
||||||
[s setMinValue: 0.0];
|
[s setMinValue: 0.0];
|
||||||
[s setMaxValue: 1.0];
|
[s setMaxValue: 1.0];
|
||||||
[s setTarget: self];
|
[s setTarget: self];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue