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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user