mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +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:
|
* lyxfunc.C:
|
||||||
* text.C:
|
* text.C:
|
||||||
* text2.C:
|
* text2.C:
|
||||||
* text3.C: replace "complicate" BufferView::update(...) calls with
|
* text3.C: replace "complicated" BufferView::update(...) calls with
|
||||||
simpler ones.
|
simpler ones.
|
||||||
|
|
||||||
2003-08-02 Kayvan Sylvan <kayvan@sylvan.com>
|
2003-08-02 Kayvan Sylvan <kayvan@sylvan.com>
|
||||||
|
@ -1199,8 +1199,10 @@ void LyXText::updateCounters()
|
|||||||
|
|
||||||
string const & newLabel = pit->params().labelString();
|
string const & newLabel = pit->params().labelString();
|
||||||
|
|
||||||
if (oldLabel != newLabel)
|
if (oldLabel.empty() && !newLabel.empty()) {
|
||||||
redoParagraph(pit);
|
removeParagraph(rowit);
|
||||||
|
appendParagraph(rowit);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user