From c88a59924732da53e8e6f9cf1495de48d36f5583 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Thu, 30 Dec 2021 11:35:28 +0100 Subject: [PATCH] Redundant frame color change --- plugins/editor/src/editor/Editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/editor/src/editor/Editor.cpp b/plugins/editor/src/editor/Editor.cpp index 286a9ef9..a1674a97 100644 --- a/plugins/editor/src/editor/Editor.cpp +++ b/plugins/editor/src/editor/Editor.cpp @@ -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);