We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef1c92 commit 724e9b4Copy full SHA for 724e9b4
tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.cpp
@@ -238,9 +238,6 @@ bool UIFocusTestVertical::init()
238
w->setTag(i);
239
w->addTouchEventListener(CC_CALLBACK_2(UIFocusTestVertical::onImageViewClicked, this));
240
_verticalLayout->addChild(w);
241
- if (i == 2) {
242
- w->requestFocus();
243
- }
244
}
245
246
_loopText = Text::create("loop enabled", "Arial", 20);
0 commit comments