Fixed stupid bug introduced by my last commit!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3233 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2001-12-18 09:13:34 +00:00
parent a45afb24a4
commit b17930447f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-18 Juergen Vigna <jug@sad.it>
* insettext.C (insetButtonPress): fixed stupid bug.
2001-12-18 Lars Gullik Bjønnes <larsbj@birdstep.com>
* insettabular.C: move includes around a bit, add a couple of

View File

@ -1001,7 +1001,7 @@ void InsetText::insetButtonPress(BufferView * bv, int x, int y, int button)
if (clear)
lt = 0;
} else {
lt->clearSelection();
getLyXText(bv)->clearSelection();
}
showInsetCursor(bv);
no_selection = false;