mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Extended hover capability in DoubleSlider::Control
This commit is contained in:
parent
bd4e4535f9
commit
7b5f84b7df
2 changed files with 24 additions and 8 deletions
|
@ -44,6 +44,10 @@ enum FocusedItem {
|
|||
fiCogIcon,
|
||||
fiColorBand,
|
||||
fiActionIcon,
|
||||
fiLowerThumb,
|
||||
fiHigherThumb,
|
||||
fiLowerThumbText,
|
||||
fiHigherThumbText,
|
||||
fiTick
|
||||
};
|
||||
|
||||
|
@ -360,6 +364,8 @@ private:
|
|||
|
||||
wxRect m_rect_lower_thumb;
|
||||
wxRect m_rect_higher_thumb;
|
||||
mutable wxRect m_rect_lower_thumb_text;
|
||||
mutable wxRect m_rect_higher_thumb_text;
|
||||
wxRect m_rect_tick_action;
|
||||
wxRect m_rect_one_layer_icon;
|
||||
wxRect m_rect_revert_icon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue