mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-14 04:43:15 +08:00
hide choose SVG file
This commit is contained in:
parent
4f2cf00323
commit
ef6ed9708e
@ -3198,6 +3198,8 @@ bool GLGizmoEmboss::choose_true_type_file()
|
||||
}
|
||||
#endif // ALLOW_ADD_FONT_BY_FILE
|
||||
|
||||
|
||||
#ifdef ALLOW_DEBUG_MODE
|
||||
bool GLGizmoEmboss::choose_svg_file()
|
||||
{
|
||||
wxArrayString input_files;
|
||||
@ -3231,6 +3233,7 @@ bool GLGizmoEmboss::choose_svg_file()
|
||||
// svg.draw(polys);
|
||||
//return add_volume(name, its);
|
||||
}
|
||||
#endif // ALLOW_DEBUG_MODE
|
||||
|
||||
void GLGizmoEmboss::create_notification_not_valid_font(
|
||||
const TextConfiguration &tc)
|
||||
|
@ -153,10 +153,6 @@ private:
|
||||
bool on_mouse_for_rotation(const wxMouseEvent &mouse_event);
|
||||
bool on_mouse_for_translate(const wxMouseEvent &mouse_event);
|
||||
|
||||
bool choose_font_by_wxdialog();
|
||||
bool choose_true_type_file();
|
||||
bool choose_svg_file();
|
||||
|
||||
// When open text loaded from .3mf it could be written with unknown font
|
||||
bool m_is_unknown_font;
|
||||
void create_notification_not_valid_font(const TextConfiguration& tc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user