Oops, I commited the destroyed version... but restoring the header

is not half as bad...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17768 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-06-07 18:24:54 +00:00
parent b4d21c8325
commit 3866a1f6d2
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ ExpressionTextView::ExpressionTextView(BRect frame, CalcView* calcView)
B_FOLLOW_NONE, B_WILL_DRAW),
fCalcView(calcView),
fKeypadLabels(""),
fPreviousExpressions(20)
fPreviousExpressions(20),
fHistoryPos(0),
fCurrentExpression("")
{
SetFont(be_bold_font);
// SetAlignment(B_ALIGN_RIGHT);