mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
un-break display of toolbuttons wiuth delimiters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21012 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
33e397dff8
commit
cf9f0fce52
@ -180,7 +180,7 @@ static QIcon getIcon(FuncRequest const & f, bool unknown)
|
||||
break;
|
||||
case LFUN_MATH_DELIM:
|
||||
case LFUN_MATH_BIGDELIM:
|
||||
name1 = find_png(to_utf8(f.argument()));
|
||||
name1 = "math/" + find_png(to_utf8(f.argument()));
|
||||
break;
|
||||
default:
|
||||
name2 = lyxaction.getActionName(f.action);
|
||||
|
Loading…
Reference in New Issue
Block a user