mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
ENH: update the PrintOption tooltip style
jira: [STUDIO-14409] Change-Id: I790257dea5de6aa9ed24ed21cd5f0ce1a61ad719 (cherry picked from commit d16d8efb21677b1ca2b6d928fc4ee2f1aca83ecb)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user