show custom bullet instead of "...", change from John.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8955 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2004-08-18 14:00:03 +00:00
parent 9d87888cf5
commit 393d59f296
2 changed files with 6 additions and 1 deletions

View File

@ -217,7 +217,7 @@ void BulletsModule::setBullet(QPushButton * pb, QComboBox * co, Bullet const & b
{
if (b.getFont() == -1) {
pb->setPixmap(QPixmap());
pb->setText("...");
pb->setText(b.getText());
} else {
pb->setPixmap(getPixmap(b.getFont(), b.getCharacter()));
}

View File

@ -1,3 +1,8 @@
2004-08-18 José Matos <jamatos@lyx.org>
* BulletsModule.C (setBullet): show custom bullet instead of "...",
change from John Levon.
2004-08-15 Lars Gullik Bjonnes <larsbj@gullik.net>
* qfontexample.h: add header guards