DeskCalc: Set base color to panel bg color by default

...in unused ctor
This commit is contained in:
John Scipione
2016-07-20 10:47:46 -07:00
parent 572ecd207d
commit f8056cd9a4
+1 -1
View File
@@ -164,7 +164,7 @@ CalcView::CalcView(BMessage* archive)
fColumns(5),
fRows(4),
fBaseColor((rgb_color){ 128, 128, 128, 255 }),
fBaseColor(ui_color(B_PANEL_BACKGROUND_COLOR)),
fExpressionBGColor((rgb_color){ 0, 0, 0, 255 }),
fWidth(1),