From: Pavel Sanda Date: Tue, 11 Dec 2007 01:38:40 +0000 (+0000) Subject: Add selection dbg output. X-Git-Tag: 1.6.10~6977 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8a393b1f46e680206085259e2ef7ae717c9563ab;p=features.git Add selection dbg output. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22076 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiSelection.cpp b/src/frontends/qt4/GuiSelection.cpp index bc3022b652..d12ee00829 100644 --- a/src/frontends/qt4/GuiSelection.cpp +++ b/src/frontends/qt4/GuiSelection.cpp @@ -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_; }