mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 21:50:46 +00:00
* ColorPickers/GSColorSliderCell.m (-drawBarInside:flipped:):
Set alpha to 1 before drawing because the current value could be not 1, and PSsetrgbcolor doesn't set it. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37235 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d2c40ca934
commit
6ff76480c7
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2013-10-15 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
|
* ColorPickers/GSColorSliderCell.m (-drawBarInside:flipped:):
|
||||||
|
Set alpha to 1 before drawing because the current value could be
|
||||||
|
not 1, and PSsetrgbcolor doesn't set it.
|
||||||
|
|
||||||
2013-10-15 Eric Wasylishen <ewasylishen@gmail.com>
|
2013-10-15 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
* Headers/Additions/GNUstepGUI/GSTheme.h: Add -tabViewContentRectForBounds:
|
* Headers/Additions/GNUstepGUI/GSTheme.h: Add -tabViewContentRectForBounds:
|
||||||
|
|
|
@ -105,6 +105,8 @@
|
||||||
{
|
{
|
||||||
float i, f;
|
float i, f;
|
||||||
|
|
||||||
|
PSsetalpha(1);
|
||||||
|
|
||||||
if (_isVertical)
|
if (_isVertical)
|
||||||
{
|
{
|
||||||
for (i = 0; i < r.size.height; i += 1)
|
for (i = 0; i < r.size.height; i += 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue