src/dialogs/configdialog.cpp

changeset 1114
ffd49a28f49e
parent 1103
ac7db4c076c3
child 1115
117e4880666e
equal deleted inserted replaced
1113:5f3139c802bf 1114:ffd49a28f49e
395 395
396 if (entry->isSeparator() == true) 396 if (entry->isSeparator() == true)
397 return; // don't color separators 397 return; // don't color separators
398 } 398 }
399 399
400 LDColor defaultValue = entry ? entry->color() : LDColor::nullColor(); 400 LDColor defaultValue = entry ? entry->color() : LDColor::nullColor;
401 LDColor value; 401 LDColor value;
402 402
403 if (not ColorSelector::selectColor (this, value, defaultValue)) 403 if (not ColorSelector::selectColor (this, value, defaultValue))
404 return; 404 return;
405 405

mercurial