mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
FIX: dailytips display issue
jira: STUDIO-4980、STUDIO-4981 1. STUDIO-4980 fix that there is a incorrect image display in first page of dailytips 2. STUDIO-4981 fix some UI element display issue in dark mode: expand button color、image tint color 3. modify some tips content provided by salt.wei Change-Id: Ie85da2f049b89f0358b19f587ce7aa7cce0164c7
This commit is contained in:
@@ -415,7 +415,7 @@ private:
|
||||
// set start of notification to now. Used by delayed notifications
|
||||
void reset_timer() { m_notification_start = GLCanvas3D::timestamp_now(); m_state = EState::Shown; }
|
||||
void set_Multiline(bool Multi) { m_multiline = Multi; }
|
||||
void on_change_color_mode(bool is_dark);
|
||||
virtual void on_change_color_mode(bool is_dark);
|
||||
void set_scale(float scale) { m_scale = scale; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user