mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-19 10:24:04 +00:00
Tab.cpp Machine + Material: Linking Wiki update (#11548)
* Fix tooltip + URL * Full Material wiki redirection maping * Machine wiki + append_option_line wiki linking * Machine wiki 2 * Update README with improved wiki links and clarity * Bring back Print statistics options * Move num_extruders config to OtherSlicingStatesConfigDef The num_extruders configuration option was relocated from OtherPresetsConfigDef to OtherSlicingStatesConfigDef for better organization and relevance. This change ensures that the number of extruders is defined in the context of slicing states rather than presets. * Unifi adaptative bed mesh
This commit is contained in:
@@ -931,7 +931,7 @@ wxCoord OG_CustomCtrl::CtrlLine::draw_text(wxDC &dc, wxPoint pos, const wxString
|
||||
} else {
|
||||
pos.y = pos.y + lround((height - size.y) / 2);
|
||||
}
|
||||
if (width > 0)
|
||||
if (width > 0 && is_main)
|
||||
rect_label = wxRect(pos, wxSize(size.x, size.y));
|
||||
|
||||
wxColour old_clr = dc.GetTextForeground();
|
||||
|
||||
Reference in New Issue
Block a user