mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Added prototype of an "Undo to system" button
This commit is contained in:
parent
a41e55a773
commit
c3ec40c3cc
5 changed files with 19 additions and 6 deletions
|
@ -191,6 +191,7 @@ void Tab::update_changed_ui()
|
|||
field->m_Label->SetForegroundColour(*get_modified_label_clr());
|
||||
field->m_Label->Refresh(true);
|
||||
}
|
||||
// use bouth of temporary_icons till don't have "undo_icon"
|
||||
field->m_Undo_btn->SetBitmap(wxBitmap(from_u8(wxMSW ? var("action_undo.png") : var("arrow_undo.png")), wxBITMAP_TYPE_PNG));
|
||||
field->m_is_modified_value = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue