mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Search ipa image dir befor top dir
Else the unknown icon is found before the proper icon. This unbreaks IPA panel top icons
This commit is contained in:
parent
d9c39232ac
commit
f9b817676a
@ -527,7 +527,7 @@ pair<QString,bool> iconName(FuncRequest const & f, bool unknown, bool rtl)
|
||||
search_mode const mode = theGuiApp()->imageSearchMode();
|
||||
// The folders where icons are searched for
|
||||
QStringList imagedirs;
|
||||
imagedirs << "images/" << "images/ipa/";
|
||||
imagedirs << "images/ipa/" << "images/";
|
||||
// This is used to search for rtl version of icons which have the +rrtl suffix.
|
||||
QStringList suffixes;
|
||||
if (rtl)
|
||||
|
Loading…
Reference in New Issue
Block a user