Add selection dbg output.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22076 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2007-12-11 01:38:40 +00:00
parent b89e9516e5
commit 8a393b1f46

View File

@ -100,6 +100,8 @@ bool GuiSelection::empty() const
if (!selection_supported_)
return true;
LYXERR(Debug::ACTION, "GuiSelection::empty: " << text_selection_empty_);
return text_selection_empty_;
}