We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb737d commit 057d110Copy full SHA for 057d110
1 file changed
tests/cpp-tests/Source/BaseTest.cpp
@@ -1,6 +1,7 @@
1
/****************************************************************************
2
Copyright (c) 2013-2016 Chukong Technologies Inc.
3
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
4
+ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md).
5
6
https://axmol.dev/
7
@@ -178,7 +179,6 @@ void TestList::runThisTest()
178
179
auto origin = director->getVisibleOrigin();
180
deatchTableView();
181
_tableView = TestCustomTableView::create(this, Size(400, visibleSize.height));
- _tableView->retain();
182
_tableView->setPosition(origin.x + (visibleSize.width - 400) / 2, origin.y);
183
_tableView->setDirection(ScrollView::Direction::VERTICAL);
184
_tableView->setVerticalFillOrder(TableView::VerticalFillOrder::TOP_DOWN);
0 commit comments