Bug #1949

WriteClipboardHTML : the posix version is messing

Added by Abdelghani Omari about 5 years ago. Updated about 5 years ago.

Status:ApprovedStart date:04/14/2019
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:CtrlCoreSpent time:-
Target version:-

Description

the current version (CtrlCore/CtrlClip.cpp, line 299) is Windows only.


#ifdef PLATFORM_POSIX
void WriteClipboardHTML(const String& html)
{
    WriteClipboard("text/html", html);
}
#else
 the current version
#endif

Also available in: Atom PDF