mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix for linux
This commit is contained in:
parent
2583f616d9
commit
15e2fb00ad
1 changed files with 4 additions and 1 deletions
|
|
@ -202,7 +202,10 @@ public:
|
|||
wxDataObjectComposite* dataobj = new wxDataObjectComposite();
|
||||
dataobj->Add(new wxHTMLDataObject(h));
|
||||
wxTheClipboard->SetData(dataobj);
|
||||
wxTheClipboard->Close();
|
||||
// fix for linux app crush
|
||||
wxSafeYield();
|
||||
wxTheClipboard->Close(); // crush app without wxSafeYield();
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue