mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
edb5709423
commit
74b26c7555
@ -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();
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user