mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
MacOSX : correct compilation issue caused by system API deprication and use of new wxWidgets.
This commit is contained in:
@@ -1020,7 +1020,7 @@ namespace VeraCrypt
|
||||
if (!ListItemRightClickEventPending)
|
||||
{
|
||||
ListItemRightClickEventPending = true;
|
||||
SlotListCtrl->AddPendingEvent (event);
|
||||
SlotListCtrl->GetEventHandler()->AddPendingEvent (event);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user