]> git.lyx.org Git - features.git/commitdiff
Add selection dbg output.
authorPavel Sanda <sanda@lyx.org>
Tue, 11 Dec 2007 01:38:40 +0000 (01:38 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 11 Dec 2007 01:38:40 +0000 (01:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22076 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSelection.cpp

index bc3022b6522d010e47aa32f1317b80e41d7078d0..d12ee008294d97bcbcef3e1c18097ec3e18f649e 100644 (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_;
 }