Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Workspace
Commits
fd276e27
Commit
fd276e27
authored
Jul 04, 2011
by
Hugo Pereira Da Costa
Browse files
cleanup commented code
CCBUG: 273848
parent
59908567
Changes
1
Hide whitespace changes
Inline
Side-by-side
kstyles/oxygen/oxygenstyle.cpp
View file @
fd276e27
...
...
@@ -1300,20 +1300,6 @@ namespace Oxygen
if( dockWidget->isWindow() )
{
// #ifndef Q_WS_WIN
// bool hasAlpha( helper().hasAlphaChannel( dockWidget ) );
// if( hasAlpha )
// {
// painter.setCompositionMode( QPainter::CompositionMode_Source );
// TileSet *tileSet( helper().roundCorner( color ) );
// tileSet->render( r, &painter );
//
// // set clip region
// painter.setCompositionMode( QPainter::CompositionMode_SourceOver );
// painter.setClipRegion( helper().roundedMask( r.adjusted( 1, 1, -1, -1 ) ), Qt::IntersectClip );
// }
// #endif
helper().renderWindowBackground( &painter, r, dockWidget, color );
#ifndef Q_WS_WIN
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment