ppbr export dialog mouse_capture
This commit is contained in:
@@ -141,3 +141,9 @@ void NodeTextInput::set_text(const std::string& s)
|
||||
m_string = s;
|
||||
}
|
||||
|
||||
void NodeTextInput::destroy()
|
||||
{
|
||||
if (root()->current_key_capture.get() == this)
|
||||
App::I->hideKeyboard();
|
||||
NodeBorder::destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user