From 3d3b724457ac5efeabd4b54317aea24e8737d30a Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 5 Apr 2016 20:53:21 +0200 Subject: [PATCH] CComponentsInfoBox: use framed infobox as default --- src/gui/components/cc_item_infobox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_item_infobox.cpp b/src/gui/components/cc_item_infobox.cpp index 01a03fba3..00fafa24c 100644 --- a/src/gui/components/cc_item_infobox.cpp +++ b/src/gui/components/cc_item_infobox.cpp @@ -57,6 +57,7 @@ CComponentsInfoBox::CComponentsInfoBox( const int& x_pos, height = h; shadow = shadow_mode; col_frame = color_frame; + cc_enable_frame = true; col_body = color_body; col_shadow = color_shadow;