Skip to content

Commit

Permalink
FancyMenu: fix default not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Jan 14, 2024
1 parent 3ce8762 commit 9deb85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin-fancymenu/lxqtfancymenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,9 @@ void LXQtFancyMenu::setMenuFontSize()
{
menuFont = mWindow->font();
menuFont.setPointSize(customFontSize);
mWindow->setCustomFont(menuFont);
}

mWindow->setCustomFont(menuFont);
}

/************************************************
Expand Down

0 comments on commit 9deb85d

Please sign in to comment.