mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
fix forgotten rename from the persistent selection patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17296 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
21d1457c8d
commit
6287c95854
@ -724,7 +724,7 @@ void pasteClipboard(LCursor & cur, ErrorList & errorList, bool asParagraphs)
|
|||||||
{
|
{
|
||||||
// Use internal clipboard if it is the most recent one
|
// Use internal clipboard if it is the most recent one
|
||||||
if (theClipboard().isInternal()) {
|
if (theClipboard().isInternal()) {
|
||||||
pasteClipboard(cur, errorList, 0);
|
pasteFromStack(cur, errorList, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user