mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Updated description preset line for each type of presets...
Disabled m_btn_delete_preset for default and system presets. Enabled update of the current preset if it was modified and selected again.
This commit is contained in:
parent
91db0a6e05
commit
b3859c49c1
5 changed files with 53 additions and 13 deletions
|
@ -201,8 +201,8 @@ static void init_label_colours()
|
|||
{
|
||||
auto luma = get_colour_approx_luma(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
||||
if (luma >= 128) {
|
||||
g_color_label_modified = wxColour(253, 88, 0);
|
||||
g_color_label_sys = wxColour(26, 132, 57);
|
||||
g_color_label_modified = wxColour(255, 108, 30);//wxColour(253, 88, 0);
|
||||
g_color_label_sys = wxColour(19, 100, 44); //wxColour(26, 132, 57);
|
||||
} else {
|
||||
g_color_label_modified = wxColour(253, 111, 40);
|
||||
g_color_label_sys = wxColour(115, 220, 103);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue