Open artem78 opened 6 hours ago
When you add PopupMenu component to TreeListView and press left mouse button on it popup will be shown twice.
I add breakpoint to OnPopup event. Stacktrace for first call:
and for second:
Tested with Lazarus 2.2.4, FPC 3.2.2, Windows 7 64 bit
I found solution: PopupMenu.AutoPopup property should be set to False.
When you add PopupMenu component to TreeListView and press left mouse button on it popup will be shown twice.
I add breakpoint to OnPopup event. Stacktrace for first call:
and for second:
Tested with Lazarus 2.2.4, FPC 3.2.2, Windows 7 64 bit