We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c850294 commit 236f44dCopy full SHA for 236f44d
src/gui/qgscolorwidgets.cpp
@@ -405,12 +405,6 @@ void QgsColorWheel::paintEvent( QPaintEvent *event )
405
Q_UNUSED( event );
406
QPainter painter( this );
407
408
- //draw a frame
409
- QStyleOptionFrame option = QStyleOptionFrame();
410
- option.initFrom( this );
411
- option.state = this->hasFocus() ? QStyle::State_Active : QStyle::State_None;
412
- style()->drawPrimitive( QStyle::PE_Frame, &option, &painter );
413
-
414
if ( !mWidgetImage || !mWheelImage || !mTriangleImage )
415
{
416
createImages( size() );
0 commit comments