We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce8762 commit 9deb85dCopy full SHA for 9deb85d
plugin-fancymenu/lxqtfancymenu.cpp
@@ -292,8 +292,9 @@ void LXQtFancyMenu::setMenuFontSize()
292
{
293
menuFont = mWindow->font();
294
menuFont.setPointSize(customFontSize);
295
- mWindow->setCustomFont(menuFont);
296
}
+
297
+ mWindow->setCustomFont(menuFont);
298
299
300
/************************************************
0 commit comments