mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
a45afb24a4
commit
b17930447f
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user