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:
Pavel Sanda 2007-12-11 11:23:35 +00:00
parent fc39fb8caa
commit bc141fe397

View File

@ -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_;
}