https://bugs.kde.org/show_bug.cgi?id=412905
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/7ebb75f1311a9f |krita/commit/02f9b56f281a55 |15b31d3af0c321d044f168b617 |fb0f014f4fe0e0559cc8b2be88 --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit 02f9b56f281a55fb0f014f4fe0e0559cc8b2be88 by Dmitry Kazakov. Committed on 08/11/2019 at 15:56. Pushed by dkazakov into branch 'krita/4.2'. Fix visibility of Reference Layer and Global Selection Mask in Timeline 1) Fake nodes should not be visible in the timeline 2) Global selection should be visible depending on the GUI option, therefore we should link TimelineNodeListKeeper to KisNodeDisplayModeAdapter, so it would get proper notifications. M +13 -0 libs/ui/flake/kis_node_dummies_graph.cpp M +2 -0 libs/ui/flake/kis_node_dummies_graph.h M +1 -1 libs/ui/kis_model_index_converter.cpp M +2 -2 libs/ui/kis_node_manager.cpp M +4 -2 plugins/dockers/animation/timeline_docker.cpp M +15 -2 plugins/dockers/animation/timeline_frames_index_converter.cpp M +3 -0 plugins/dockers/animation/timeline_frames_index_converter.h M +5 -2 plugins/dockers/animation/timeline_frames_model.cpp M +4 -1 plugins/dockers/animation/timeline_frames_model.h M +46 -8 plugins/dockers/animation/timeline_node_list_keeper.cpp M +14 -1 plugins/dockers/animation/timeline_node_list_keeper.h https://invent.kde.org/kde/krita/commit/02f9b56f281a55fb0f014f4fe0e0559cc8b2be88 -- You are receiving this mail because: You are watching all bug changes.
