mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix of incorrect path separator in include.
This commit is contained in:
parent
6b2a4ffe03
commit
e4373b6edd
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ void init_mesh_icons(){
|
|||
bool is_parts_changed(){return m_parts_changed;}
|
||||
bool is_part_settings_changed(){ return m_part_settings_changed; }
|
||||
|
||||
static wxString dots("…", wxConvUTF8);
|
||||
static wxString dots("…", wxConvUTF8);
|
||||
|
||||
void set_tooltip_for_item(const wxPoint& pt)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue