mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
Qt: use text/plain instead of text/uri-list in SlotDropFiles() as workaround for QUrl bug in qt. issue #19240
git-svn-id: trunk@30543 -
This commit is contained in:
parent
d9c1364472
commit
44ab7e1912
@ -2357,7 +2357,7 @@ begin
|
||||
for i := 0 to QStringList_size(QStrList) - 1 do
|
||||
begin
|
||||
QStringList_at(QStrList, @WStr, i);
|
||||
GotFiles := WStr = 'text/uri-list';
|
||||
GotFiles := WStr = 'text/plain';
|
||||
if GotFiles then
|
||||
break;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user