Summary: | Drag-and-drop of layers works wrong in some cases | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | Dockers | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry Kazakov
2012-01-28 09:22:28 UTC
Git commit add6b81b9e1e9c9022fee321b85c1b1e21e2bc60 by Dmitry Kazakov. Committed on 03/02/2012 at 18:00. Pushed by dkazakov into branch 'shapes-as-node-model-kazakov'. Fixed Drag & Drop in the Layer Box. Now it works perfectly! Yeah, like in all the other applications! Related: bug 292669 M +6 -5 krita/image/commands/kis_image_layer_move_command.cpp M +2 -0 krita/image/commands/kis_image_layer_move_command.h M +12 -0 krita/image/kis_base_rects_walker.h M +5 -7 krita/image/kis_merge_walker.cc M +1 -3 krita/image/kis_node_facade.cpp M +10 -15 krita/image/kis_refresh_subtree_walker.h M +114 -11 krita/image/tests/kis_walkers_test.cpp M +1 -0 krita/image/tests/kis_walkers_test.h M +4 -4 krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp M +12 -0 krita/ui/kis_node_manager.cpp M +14 -0 krita/ui/kis_node_manager.h M +48 -29 krita/ui/kis_node_model.cpp M +7 -4 krita/ui/kis_node_model.h http://commits.kde.org/calligra/add6b81b9e1e9c9022fee321b85c1b1e21e2bc60 |