mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
fix
This commit is contained in:
@@ -200,7 +200,7 @@ AEventsReceiver * EventDispatcher::findElementInToleranceRange(const EventReceiv
|
||||
|
||||
void EventDispatcher::dispatchShowPopup(const Point & position, int tolerance)
|
||||
{
|
||||
AEventsReceiver * nearestElement = findElementInToleranceRange(rclickable, position, AEventsReceiver::LCLICK, tolerance);
|
||||
AEventsReceiver * nearestElement = findElementInToleranceRange(rclickable, position, AEventsReceiver::SHOW_POPUP, tolerance);
|
||||
|
||||
auto hlp = rclickable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user