Merge branch 'main' into dev/h2d

This commit is contained in:
Noisyfox
2025-10-18 19:20:09 +08:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ public:
void text_wrapped(const std::string &label, float wrap_width);
void text_wrapped(const wxString &label, float wrap_width);
void tooltip(const char *label, float wrap_width);
void tooltip(const std::string &label, float wrap_width);
void tooltip(const wxString &label, float wrap_width);
void filament_group(const std::string &filament_type, const char *hex_color, unsigned char filament_id, float align_width);