mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
use cancel methid
This commit is contained in:
parent
7b40e57ba1
commit
40d3efc671
@ -669,7 +669,7 @@ namespace MWGui
|
|||||||
void WindowManager::activateKeyPressed ()
|
void WindowManager::activateKeyPressed ()
|
||||||
{
|
{
|
||||||
mMessageBoxManager->okayPressed();
|
mMessageBoxManager->okayPressed();
|
||||||
mCountDialog->setVisible(false);
|
mCountDialog->cancel();
|
||||||
}
|
}
|
||||||
|
|
||||||
int WindowManager::readPressedButton ()
|
int WindowManager::readPressedButton ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user