mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
Add selection dbg output
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22082 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc39fb8caa
commit
bc141fe397
@ -100,6 +100,9 @@ bool GuiSelection::empty() const
|
||||
if (!selection_supported_)
|
||||
return true;
|
||||
|
||||
LYXERR(Debug::ACTION) << "GuiSelection::empty: "
|
||||
<< text_selection_empty_ << endl;
|
||||
|
||||
return text_selection_empty_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user