mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
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:
parent
9d87888cf5
commit
393d59f296
@ -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()));
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user