mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
fix #439
This commit is contained in:
parent
d3559c207d
commit
1898397493
1 changed files with 3 additions and 0 deletions
|
@ -639,6 +639,9 @@ void ModListLayer::onIndexUpdate(IndexUpdateEvent* event) {
|
|||
}
|
||||
|
||||
void ModListLayer::onExit(CCObject*) {
|
||||
// since this layer is funny and always exists in memory,
|
||||
// we gotta manually detatch the input nodes
|
||||
m_searchInput->m_textField->detachWithIME();
|
||||
CCDirector::sharedDirector()->replaceScene(
|
||||
CCTransitionFade::create(.5f, MenuLayer::scene(false))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue