summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CKeypad/ckeypadtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CKeypad/ckeypadtest.cxx')
-rw-r--r--NxWidgets/UnitTests/CKeypad/ckeypadtest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/UnitTests/CKeypad/ckeypadtest.cxx b/NxWidgets/UnitTests/CKeypad/ckeypadtest.cxx
index 300148cc3..62e01a93c 100644
--- a/NxWidgets/UnitTests/CKeypad/ckeypadtest.cxx
+++ b/NxWidgets/UnitTests/CKeypad/ckeypadtest.cxx
@@ -221,7 +221,7 @@ void CKeypadTest::setDisplaySize(void)
m_buttonWidth = windowSize.w >> 2;
}
-
+
// Lets aim for a height of 7*32 = 224. But lets bump up the number of rows
// to allow one for the text box.
@@ -340,7 +340,7 @@ void CKeypadTest::showKeypad(CKeypad *keypad)
keypad->redraw();
// Then redraw the text box
-
+
m_textbox->enable(); // Un-necessary, the widget is enabled by default
m_textbox->enableDrawing();
m_textbox->redraw();