mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix of incorrect path separator in include.
This commit is contained in:
@@ -158,7 +158,7 @@ void init_mesh_icons(){
|
|||||||
bool is_parts_changed(){return m_parts_changed;}
|
bool is_parts_changed(){return m_parts_changed;}
|
||||||
bool is_part_settings_changed(){ return m_part_settings_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)
|
void set_tooltip_for_item(const wxPoint& pt)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "Tab.hpp"
|
#include "Tab.hpp"
|
||||||
#include "PresetBundle.hpp"
|
#include "PresetBundle.hpp"
|
||||||
#include "..\AppController.hpp"
|
#include "../AppController.hpp"
|
||||||
#include "ProgressStatusBar.hpp"
|
#include "ProgressStatusBar.hpp"
|
||||||
#include "3DScene.hpp"
|
#include "3DScene.hpp"
|
||||||
#include "Print.hpp"
|
#include "Print.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user