From bd3c3c3b90f5b3df8788573d4394785f290f6d7c Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 3 Jan 2017 11:04:15 +0100 Subject: [PATCH] apply flat style to the prop filter of the dub prj editor --- src/ce_dubprojeditor.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ce_dubprojeditor.pas b/src/ce_dubprojeditor.pas index 243482c6..bbcf110d 100644 --- a/src/ce_dubprojeditor.pas +++ b/src/ce_dubprojeditor.pas @@ -243,6 +243,7 @@ procedure TCEDubProjectEditorWidget.setToolBarFlat(value: boolean); begin inherited; btnAcceptProp.Flat:=value; + fltEdit.Flat:=value; end; {$ENDREGION}