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:
milk
2025-10-20 12:01:29 +08:00
committed by Noisyfox
parent 1aad85aee4
commit b2dd9aa196
2 changed files with 27 additions and 0 deletions

View File

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