fix triple click

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2843 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-10-04 14:19:26 +00:00
parent edb5709423
commit 74b26c7555
2 changed files with 3 additions and 1 deletions

View File

@ -698,7 +698,7 @@ void BufferView::Pimpl::doubleClick(int /*x*/, int /*y*/, unsigned int button)
void BufferView::Pimpl::tripleClick(int /*x*/, int /*y*/, unsigned int button) void BufferView::Pimpl::tripleClick(int /*x*/, int /*y*/, unsigned int button)
{ {
// select a line // select a line
if (buffer_) if (!buffer_)
return; return;
LyXText * text = bv_->getLyXText(); LyXText * text = bv_->getLyXText();

View File

@ -1,5 +1,7 @@
2001-10-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> 2001-10-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* BufferView_pimpl.C (tripleClick): fix stupid logic error.
* LaTeXFeatures.C: remove special case of french and index * LaTeXFeatures.C: remove special case of french and index
* buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just