mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: correct breaks indendation in KWin::Client::performMouseCommand()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ad34b3c654
commit
30ebc8458c
1 changed files with 2 additions and 2 deletions
|
@ -1199,11 +1199,11 @@ bool Client::performMouseCommand(Options::MouseCommand command, const QPoint &gl
|
|||
case Options::MousePreviousTab:
|
||||
if (tabGroup())
|
||||
tabGroup()->activatePrev();
|
||||
break;
|
||||
break;
|
||||
case Options::MouseNextTab:
|
||||
if (tabGroup())
|
||||
tabGroup()->activateNext();
|
||||
break;
|
||||
break;
|
||||
case Options::MouseClose:
|
||||
closeWindow();
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue