From f163ab92bb218d85cb8d8179edae757d3468b979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 23 Feb 2009 19:31:51 +0000 Subject: [PATCH] replicant view is already sized correctly git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29295 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/deskcalc/CalcView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index 25301d4c52..de575ea1a7 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -161,6 +161,8 @@ CalcView::CalcView(BMessage* archive) // read data from archive _LoadSettings(archive); + // replicant means size and window limit dont need changes + fShowKeypad = fOptions->show_keypad; // create pop-up menu system _CreatePopUpMenu();