[Bf-blender-cvs] [f940ecde7aa] master: Cleanup: Fix wrong comment of breadcrumb tree path

Jun Mizutani noreply at git.blender.org
Fri Oct 14 15:53:26 CEST 2022


Commit: f940ecde7aa569c5377b31b9cdb0e7810c9064b0
Author: Jun Mizutani
Date:   Fri Oct 14 19:19:47 2022 +0530
Branches: master
https://developer.blender.org/rBf940ecde7aa569c5377b31b9cdb0e7810c9064b0

Cleanup: Fix wrong comment of breadcrumb tree path

The breadcrumb of tree path in node editor is displayed on the top of the editor.

Reviewed by: PratikPB2123

Diff: https://developer.blender.org/D14994

===================================================================

M	source/blender/editors/space_node/node_draw.cc

===================================================================

diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc
index dc155f5e28d..ee9ebd541a0 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -3011,7 +3011,7 @@ static void node_draw_nodetree(const bContext &C,
   }
 }
 
-/* Draw the breadcrumb on the bottom of the editor. */
+/* Draw the breadcrumb on the top of the editor. */
 static void draw_tree_path(const bContext &C, ARegion &region)
 {
   using namespace blender;



More information about the Bf-blender-cvs mailing list