mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Replaced clickRight event with showPopupWindow/closePopupWindow
This commit is contained in:
@@ -235,7 +235,7 @@ void CWindowObject::showAll(Canvas & to)
|
||||
CMessage::drawBorder(color, to.getInternalSurface(), pos.w+28, pos.h+29, pos.x-14, pos.y-15);
|
||||
}
|
||||
|
||||
void CWindowObject::clickRight(tribool down, bool previousState)
|
||||
void CWindowObject::closePopupWindow()
|
||||
{
|
||||
close();
|
||||
CCS->curh->show();
|
||||
|
||||
Reference in New Issue
Block a user