ENH: update the PrintOption tooltip style

jira: [STUDIO-14409]
Change-Id: I790257dea5de6aa9ed24ed21cd5f0ce1a61ad719
(cherry picked from commit d16d8efb21677b1ca2b6d928fc4ee2f1aca83ecb)
This commit is contained in:
xin.zhang
2025-09-04 09:36:28 +08:00
committed by Noisyfox
parent 27acf8fbe8
commit 6ebb3b8215
2 changed files with 21 additions and 7 deletions

View File

@@ -202,6 +202,7 @@ private:
std::string m_param;
std::vector<POItem> m_ops;
Label *m_printoption_title{nullptr};
ScalableButton *m_printoption_tips{ nullptr };
PrintOptionItem *m_printoption_item{nullptr};
public:
@@ -221,7 +222,7 @@ public:
void update_options(std::vector<POItem> ops, const wxString &tips);
void update_tooltip(const wxString &tips);
void msw_rescale() { m_printoption_item->msw_rescale(); };
void msw_rescale();
// override funcs
bool CanBeFocused() const override { return false; }