mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Renamed RCLICK -> SHOW_POPUP
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "../../lib/mapObjects/CGTownInstance.h"
|
||||
|
||||
CList::CListItem::CListItem(CList * Parent)
|
||||
: CIntObject(LCLICK | RCLICK | HOVER),
|
||||
: CIntObject(LCLICK | SHOW_POPUP | HOVER),
|
||||
parent(Parent),
|
||||
selection()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user