switch fall-through fixes
svn path=/trunk/KDE/kdebase/workspace/; revision=527754
This commit is contained in:
parent
21644ee234
commit
443eb30ac8
2 changed files with 2 additions and 1 deletions
|
@ -814,7 +814,7 @@ int KDEDefaultClient::layoutMetric(LayoutMetric lm, bool respectWindowState, con
|
|||
case LM_ExplicitButtonSpacer:
|
||||
if ( !isToolWindow() )
|
||||
return borderWidth/2;
|
||||
|
||||
// fall though
|
||||
default:
|
||||
return KCommonDecoration::layoutMetric(lm, respectWindowState, btn);
|
||||
}
|
||||
|
|
|
@ -389,6 +389,7 @@ void Workspace::performWindowOperation( Client* c, Options::WindowOperation op )
|
|||
break;
|
||||
case Options::RestoreOp:
|
||||
c->maximize( Client::MaximizeRestore );
|
||||
break;
|
||||
case Options::MinimizeOp:
|
||||
c->minimize();
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue