mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX:modify ToolTip for MaterialSyncItem
jira: none Change-Id: Ia9e3066f6b0b8300641ce1773a74053a675b7e83 (cherry picked from commit 8d9b589b35fa7175e2edef183ce2ce2c83289fcf)
This commit is contained in:
@@ -354,8 +354,14 @@ void MaterialSyncItem::render(wxDC &dc)
|
||||
if (mapping_txt == "-") {
|
||||
m_match = false;
|
||||
mapping_txt = _L("Unmapped");
|
||||
SetToolTip(_L("Upper half area: Original\nLower half area: The filament from original project will be used when unmapped.\nAnd you can click it to modify"));
|
||||
} else {
|
||||
m_match = true;
|
||||
if (m_dropdown_allow_painted) {
|
||||
SetToolTip(_L("Upper half area: Original\nLower half area: Filament in AMS\nAnd you can click it to modify"));
|
||||
} else {
|
||||
SetToolTip(_L("Upper half area: Original\nLower half area: Filament in AMS\nAnd you cannot click it to modify"));
|
||||
}
|
||||
}
|
||||
dc.SetFont(::Label::Body_12);
|
||||
if (dc.GetTextExtent(m_material_name).x > GetSize().x - 10) {
|
||||
|
||||
Reference in New Issue
Block a user