mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
FIX:reslove polish translation cover other select use tooltips
jira:[STUDIO-15128] Change-Id: I148eaa6245b18359597c3b96f205639ae66bbc8a (cherry picked from commit 3eb422faaf99956001941839c4dd2b55235d3053) (cherry picked from commit 4a65fef5dc7cf3cfe312d7ed3706d9ff5b6ee58d)
This commit is contained in:
@@ -204,6 +204,7 @@ private:
|
||||
Label *m_printoption_title{nullptr};
|
||||
ScalableButton *m_printoption_tips{ nullptr };
|
||||
PrintOptionItem *m_printoption_item{nullptr};
|
||||
wxString m_full_title;
|
||||
|
||||
public:
|
||||
PrintOption(wxWindow *parent, wxString title, wxString tips, std::vector<POItem> ops, std::string param = "");
|
||||
@@ -221,6 +222,7 @@ public:
|
||||
bool contain_opt(const std::string& opt_str) const;
|
||||
void update_options(std::vector<POItem> ops, const wxString &tips);
|
||||
void update_tooltip(const wxString &tips);
|
||||
void update_title_display();
|
||||
|
||||
void msw_rescale();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user