mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
upss
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25951 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
609878cf00
commit
3f21a3de56
@ -101,9 +101,11 @@ bool GuiSelection::empty()
|
||||
if (!selection_supported_)
|
||||
return true;
|
||||
|
||||
if (schedule_check_)
|
||||
if (schedule_check_) {
|
||||
text_selection_empty_ = qApp->clipboard()->
|
||||
text(QClipboard::Selection).isEmpty();
|
||||
schedule_check_ = false;
|
||||
}
|
||||
|
||||
LYXERR(Debug::SELECTION, "GuiSelection::filled: " << !text_selection_empty_);
|
||||
return text_selection_empty_;
|
||||
|
Loading…
Reference in New Issue
Block a user