mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
Fix several imgui UTF8 related issues (#11078)
* FIX:add tooltip(const std::string &label, float wrap_width) api jira: none Change-Id: I2372f57177a362f540e509747552a4a27f23fe8f (cherry picked from commit 9d690cddd60245cd3c16498e6c83183ec8446241) * Fix crash when rendering text icons --------- Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user