hide choose SVG file

This commit is contained in:
Filip Sykala - NTB T15p 2023-02-28 16:38:28 +01:00
parent 4f2cf00323
commit ef6ed9708e
2 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -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);