mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
b89e9516e5
commit
8a393b1f46
@ -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_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user