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:
@@ -1173,6 +1173,7 @@ CalcView::_ShowKeypad(bool show)
|
|||||||
window->ResizeTo(fWidth, height);
|
window->ResizeTo(fWidth, height);
|
||||||
} else
|
} else
|
||||||
ResizeTo(fWidth, height);
|
ResizeTo(fWidth, height);
|
||||||
|
Invalidate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user