We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6662817 + 724e9b4 commit aedd48eCopy full SHA for aedd48e
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