Follow-up cc5660ad8c
- Fixed tooltip texts
This commit is contained in:
parent
eefae26961
commit
eb2c121f94
1 changed files with 2 additions and 2 deletions
|
@ -3000,8 +3000,8 @@ void GLGizmoEmboss::draw_advanced()
|
|||
}
|
||||
if (ImGui::IsItemHovered())
|
||||
ImGui::SetTooltip("%s", (m_keep_up?
|
||||
_u8L("Unlock the text's up orientation when moving text along the object's surface."):
|
||||
_u8L("Lock the text's up orientation when moving text along the object's surface.")
|
||||
_u8L("Unlock the text's rotation when moving text along the object's surface."):
|
||||
_u8L("Lock the text's rotation when moving text along the object's surface.")
|
||||
).c_str());
|
||||
|
||||
// when more collection add selector
|
||||
|
|
Loading…
Reference in a new issue