mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Custom control : Fixed un-hovering for labels, which work as a hyperlinks
This commit is contained in:
parent
8af25f7771
commit
1c1b1bc019
2 changed files with 12 additions and 0 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
void OnPaint(wxPaintEvent&);
|
||||
void OnMotion(wxMouseEvent& event);
|
||||
void OnLeftDown(wxMouseEvent& event);
|
||||
void OnLeaveWin(wxMouseEvent& event);
|
||||
|
||||
void init_ctrl_lines();
|
||||
bool update_visibility(ConfigOptionMode mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue