1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Replaced clickReleased with clickPressed where applicable in H3

This commit is contained in:
Ivan Savenko
2023-07-09 17:48:25 +03:00
parent 9449899098
commit 18db944083
18 changed files with 39 additions and 54 deletions

View File

@@ -446,7 +446,7 @@ void CGStatusBar::show(Canvas & to)
showAll(to);
}
void CGStatusBar::clickReleased(const Point & cursorPosition)
void CGStatusBar::clickPressed(const Point & cursorPosition)
{
if(LOCPLINT && LOCPLINT->cingconsole->isActive())
LOCPLINT->cingconsole->startEnteringText();