Respect cursor position when pasting.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1829 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -46,6 +46,7 @@ char* haiku_get_clipboard()
|
||||
ssize_t len;
|
||||
be_clipboard->Data()->FindData("text/plain", B_MIME_TYPE, &(const void*)value, &len);
|
||||
|
||||
be_clipboard->Unlock();
|
||||
return strdup(value);
|
||||
}
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user