mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
RichText, CtrlCore: Fixed problems with pasting Images into RichText, slightly optimized RichText core algorithms, theide: fixed infinute recursion if class inherits itself (C++ error, but A++ has to react)
git-svn-id: svn://ultimatepp.org/upp/trunk@1494 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
50ca3e998a
commit
6de6ff7d05
9 changed files with 1186 additions and 766 deletions
|
|
@ -42,7 +42,7 @@ void InitRichImage(String (*fGetImageClip)(const Image& img, const String&
|
|||
|
||||
bool RichImage::Accept(PasteClip& clip)
|
||||
{
|
||||
return sAcceptImage? sAcceptImage(clip) : false;
|
||||
return sAcceptImage ? sAcceptImage(clip) : false;
|
||||
}
|
||||
|
||||
Value RichImage::Read(PasteClip& clip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue