Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 11, 2024
1 parent 21fa659 commit b74ed38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/widgets/toolbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void ToolBar::updateActions()
void ToolBar::setup()
{
#ifdef Q_OS_MAC
mToolbar->setStyleSheet(QString("font-size: %1pt;").arg(font().pointSize()));
setStyleSheet(QString("font-size: %1pt;").arg(font().pointSize()));
#endif

if (objectName().isEmpty()) {
Expand Down

0 comments on commit b74ed38

Please sign in to comment.