Bug fix https://bugs.kde.org/show_bug.cgi?id=336899
ClosedPublic

Authored by tantsevov on Jul 18 2016, 3:46 PM.

Details

Summary

Added ability to move to a layer group, if the group is not locked. When entering to the group from above, the top layer is activated. When entering to the group from bellow, the bottom layer is activated.

Diff Detail

Repository
R37 Krita
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
tantsevov updated this revision to Diff 5279.Jul 18 2016, 3:46 PM
tantsevov retitled this revision from to Bug fix https://bugs.kde.org/show_bug.cgi?id=336899.
tantsevov updated this object.
tantsevov edited the test plan for this revision. (Show Details)
tantsevov added a reviewer: Krita.
tantsevov added a project: Krita.
Restricted Application added a subscriber: woltherav. · View Herald TranscriptJul 18 2016, 3:46 PM
dkazakov accepted this revision.Jul 19 2016, 8:41 AM
dkazakov added a reviewer: dkazakov.
dkazakov added a subscriber: dkazakov.

The patch works fine! I'll push it now! :)

libs/ui/kis_node_manager.cpp
847

KDE policies ask to write

if (...) {

} else { // else keyword on the same line as the closing curly brace

}

It's not a problem, just to let you know :)

This revision is now accepted and ready to land.Jul 19 2016, 8:41 AM
This revision was automatically updated to reflect the committed changes.