mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
* this one got lost in http://www.lyx.org/trac/changeset/18842
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18845 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f4e3f84f44
commit
37e2aa69f7
@ -212,6 +212,7 @@ void QLToolbar::add(ToolbarItem const & item)
|
||||
connect(this, SIGNAL(iconSizeChanged(const QSize &)),
|
||||
tb, SLOT(setIconSize(const QSize &)));
|
||||
IconPalette * panel = new IconPalette(tb);
|
||||
panel->setWindowTitle(qt_(to_ascii(item.label_)));
|
||||
connect(this, SIGNAL(updated()), panel, SLOT(updateParent()));
|
||||
ToolbarInfo const & tbinfo = toolbarbackend.getToolbar(item.name_);
|
||||
ToolbarInfo::item_iterator it = tbinfo.items.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user