mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
not needed now
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25962 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
221812b6e0
commit
26b3fdcc48
@ -55,7 +55,7 @@ void GuiSelection::haveSelection(bool own)
|
|||||||
// an application actually requests it.
|
// an application actually requests it.
|
||||||
// This way calling Selection::have() is cheap and we can do it as
|
// This way calling Selection::have() is cheap and we can do it as
|
||||||
// often as we want.
|
// often as we want.
|
||||||
LYXERR(Debug::SELECTION, "GuiSelection: setting dummy selection");
|
//LYXERR(Debug::SELECTION, "GuiSelection: setting dummy selection");
|
||||||
if (own)
|
if (own)
|
||||||
qApp->clipboard()->setText(QString(), QClipboard::Selection);
|
qApp->clipboard()->setText(QString(), QClipboard::Selection);
|
||||||
// We don't need to do anything if own = false, as this case is
|
// We don't need to do anything if own = false, as this case is
|
||||||
|
Loading…
Reference in New Issue
Block a user