mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 14:05:59 +00:00
fix a bitfield bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4020 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ac2c6df98
commit
44cf1d0e18
@ -1,3 +1,8 @@
|
||||
2002-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
|
||||
Ressler.
|
||||
|
||||
2002-04-16 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* text2.C (setCursor): set also the irow().
|
||||
@ -8,7 +13,7 @@
|
||||
|
||||
* lyxrow.h: added irow helper function same as other (i) functions.
|
||||
|
||||
* BufferView_pimpl.C (cursorPrevious):
|
||||
* BufferView_pimpl.C (cursorPrevious):
|
||||
(cursorNext): fixed for insets!
|
||||
|
||||
2002-04-15 Juergen Vigna <jug@sad.it>
|
||||
|
@ -291,7 +291,7 @@ bool LyXTextClass::Read(string const & filename, bool merge)
|
||||
|
||||
case TC_PROVIDESURL:
|
||||
if (lexrc.next() && lexrc.getInteger())
|
||||
provides_ = url;
|
||||
provides_ |= url;
|
||||
break;
|
||||
|
||||
case TC_LEFTMARGIN: // left margin type
|
||||
|
Loading…
Reference in New Issue
Block a user