mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Better Qt5 support
This commit is contained in:
parent
a3c110f728
commit
6cdd56669c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue