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:
@@ -26,7 +26,9 @@ ExpressionTextView::ExpressionTextView(BRect frame, CalcView* calcView)
|
|||||||
B_FOLLOW_NONE, B_WILL_DRAW),
|
B_FOLLOW_NONE, B_WILL_DRAW),
|
||||||
fCalcView(calcView),
|
fCalcView(calcView),
|
||||||
fKeypadLabels(""),
|
fKeypadLabels(""),
|
||||||
fPreviousExpressions(20)
|
fPreviousExpressions(20),
|
||||||
|
fHistoryPos(0),
|
||||||
|
fCurrentExpression("")
|
||||||
{
|
{
|
||||||
SetFont(be_bold_font);
|
SetFont(be_bold_font);
|
||||||
// SetAlignment(B_ALIGN_RIGHT);
|
// SetAlignment(B_ALIGN_RIGHT);
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user