https://bugs.kde.org/show_bug.cgi?id=412846
Scott Petrovic <scottpetro...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO CC| |scottpetro...@gmail.com Resolution|--- |WAITINGFORINFO --- Comment #2 from Scott Petrovic <scottpetro...@gmail.com> --- The only way I see right now to select nodes is through the document class see "setActiveNode" https://api.kde.org/appscomplete-api/krita-apidocs/libs/libkis/html/classDocument.html It doesn't look like there is a way to select multiple nodes at once. Right now you have to iterate over the nodes to do things with all of them. de-selecting might be a bit tricky since you must have at least one layer selection. For now it might be better to just set your active selection again if there are changes. We might be able to add a function like this... setActiveNodes(QList<Node *value>) where you could change the active selection to multiple nodes at one time. -- You are receiving this mail because: You are watching all bug changes.