setDirection fixed

This commit is contained in:
Uwe Rathmann 2022-12-24 12:22:07 +01:00
parent 76c8e41fcc
commit d9eacd9eb3

View File

@ -679,9 +679,6 @@ QskConicDirection QskGradient::conicDirection() const
void QskGradient::setDirection( Type type )
{
if ( type == m_type )
return;
switch( type )
{
case Linear: