mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 09:55:54 +02:00
wince: Fixes clipboard closing
git-svn-id: trunk@23073 -
This commit is contained in:
parent
afc74c7e74
commit
c982292bf9
@ -648,9 +648,7 @@ begin
|
||||
PutOnClipBoard(Formats[i]);
|
||||
end;
|
||||
finally
|
||||
// if not Windows.CloseClipboard then begin
|
||||
// debugln('TWin32WidgetSet.ClipboardGetOwnerShip A CloseClipboard failed');
|
||||
// end;
|
||||
Windows.CloseClipboard();
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user