Skip to content

Commit 9deb85d

Browse files
committed
FancyMenu: fix default not applied
1 parent 3ce8762 commit 9deb85d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin-fancymenu/lxqtfancymenu.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,9 @@ void LXQtFancyMenu::setMenuFontSize()
292292
{
293293
menuFont = mWindow->font();
294294
menuFont.setPointSize(customFontSize);
295-
mWindow->setCustomFont(menuFont);
296295
}
296+
297+
mWindow->setCustomFont(menuFont);
297298
}
298299

299300
/************************************************

0 commit comments

Comments
 (0)