Redundant frame color change
This commit is contained in:
parent
280a14f922
commit
c88a599247
1 changed files with 0 additions and 1 deletions
|
|
@ -882,7 +882,6 @@ void Editor::Impl::createFrameContents()
|
|||
lbl->setBackColor(palette->boxBackground);
|
||||
lbl->setFrameColor(palette->valueText);
|
||||
});
|
||||
lbl->setFrameColor(CColor(0x00, 0x00, 0x00, 0x00));
|
||||
lbl->setHoriAlign(align);
|
||||
lbl->setFont(font);
|
||||
lbl->setAutosizeFlags(kAutosizeAll);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue