mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Implemented a highlighting of the delete button for setting (related to #1767)
This commit is contained in:
parent
fca2fc0d97
commit
e469ee76b8
2 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,7 @@ class ObjectSettings : public OG_Settings
|
|||
std::vector <std::shared_ptr<ConfigOptionsGroup>> m_og_settings;
|
||||
|
||||
ScalableBitmap m_bmp_delete;
|
||||
ScalableBitmap m_bmp_delete_focus;
|
||||
|
||||
public:
|
||||
ObjectSettings(wxWindow* parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue