Hello,
With the following settings, clicking in the ListView area other than the icon freezes the program. In this sample program I will not be able to click the Main Menu.
ListView1.MultiSelect := True;
ListView1.ViewStyle := vsIcon; // or vsSmallIcon
This issue occurs on Linux, but not on Windows.
Is there a way to solve this problem?
IDE: Lazarus v2.0.12
OS: Lubuntu 18.04LTS(32bit), Ubuntu Mate 20.04LTS(64bit)