mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Added panning gesture, activated by mouse wheel press
This commit is contained in:
@@ -1788,7 +1788,7 @@ void CObjectListWindow::CItem::clickLeft(tribool down, bool previousState)
|
||||
parent->changeSelection(index);
|
||||
}
|
||||
|
||||
void CObjectListWindow::CItem::onDoubleClick()
|
||||
void CObjectListWindow::CItem::clickDouble()
|
||||
{
|
||||
parent->elementSelected();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user