[Bf-blender-cvs] [c8054b38354] asset-browser-poselib: Cleanup: Slightly correct comment from previous commit

Julian Eisel noreply at git.blender.org
Tue Apr 20 16:50:41 CEST 2021


Commit: c8054b383545eb217a957f8e08331363bce93681
Author: Julian Eisel
Date:   Tue Apr 20 16:50:16 2021 +0200
Branches: asset-browser-poselib
https://developer.blender.org/rBc8054b383545eb217a957f8e08331363bce93681

Cleanup: Slightly correct comment from previous commit

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

M	source/blender/editors/interface/interface_handlers.c

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

diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index b5e6116e2cd..b40bdb50864 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -8622,9 +8622,10 @@ void UI_context_update_anim_flag(const bContext *C)
     }
   }
 }
+
 /**
- * In some cases we may want to update the view (#View2D) after drawing. E.g. to make sure a button
- * is visible while editing.
+ * In some cases we may want to update the view (#View2D) in-between layout definition and drawing.
+ * E.g. to make sure a button is visible while editing.
  */
 void ui_but_update_view_for_active(const bContext *C, const uiBlock *block)
 {



More information about the Bf-blender-cvs mailing list