Fix #106242 "Edit Dyntopo Detail Size" status bar missing info

Fixed issue#106242 "Edit Dyntopo Detail Size" status bar missing info

Pull Request: https://projects.blender.org/blender/blender/pulls/106476
This commit is contained in:
Tianhui-Huang
2023-04-16 23:54:48 +02:00
committed by Joseph Eagar
parent 9d4949f80b
commit 45ef51d0fb

View File

@@ -746,7 +746,7 @@ static int dyntopo_detail_size_edit_invoke(bContext *C, wmOperator *op, const wm
ss->draw_faded_cursor = true;
const char *status_str = TIP_(
"Move the mouse to change the dyntopo detail size. LMB: confirm size, ESC/RMB: cancel");
"Move the mouse to change the dyntopo detail size. LMB: confirm size, ESC/RMB: cancel, SHIFT: precision mode, CTRL: sample detail size");
ED_workspace_status_text(C, status_str);
return OPERATOR_RUNNING_MODAL;