ADD: Better Qt5 support

This commit is contained in:
Alexander Koblov 2017-07-23 16:32:01 +00:00
commit 6cdd56669c

View file

@ -439,7 +439,7 @@ begin
FileIndex := GetFileIndexFromCursor(Point.x, Point.y, AtFileList);
if IsFileIndexInRange(FileIndex) then
begin
{$IF DEFINED(LCLQT)}
{$IF DEFINED(LCLQT) or DEFINED(LCLQT5)}
// Workaround: under Qt4 widgetset long operation (opening archive
// for example) blocking mouse at whole system while operation executing
Sleep(100);