DeskCalc:

Invalidate the CalcView after changing the Show Keypad option, to force to redraw the keypad.

Fixes ticket #7010.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40863 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Saint-Pierre
2011-03-07 23:33:08 +00:00
parent d8e2b9fea6
commit 13b4be3fb2
+1
View File
@@ -1173,6 +1173,7 @@ CalcView::_ShowKeypad(bool show)
window->ResizeTo(fWidth, height);
} else
ResizeTo(fWidth, height);
Invalidate();
}
}