mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
revert accidental commit: not exactly whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7493 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e94eb6bed6
commit
6a7180b771
@ -10,7 +10,7 @@
|
||||
* lyxfunc.C:
|
||||
* text.C:
|
||||
* text2.C:
|
||||
* text3.C: replace "complicate" BufferView::update(...) calls with
|
||||
* text3.C: replace "complicated" BufferView::update(...) calls with
|
||||
simpler ones.
|
||||
|
||||
2003-08-02 Kayvan Sylvan <kayvan@sylvan.com>
|
||||
|
@ -1199,8 +1199,10 @@ void LyXText::updateCounters()
|
||||
|
||||
string const & newLabel = pit->params().labelString();
|
||||
|
||||
if (oldLabel != newLabel)
|
||||
redoParagraph(pit);
|
||||
if (oldLabel.empty() && !newLabel.empty()) {
|
||||
removeParagraph(rowit);
|
||||
appendParagraph(rowit);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user