refactor: Fonts (#5228)
This commit is contained in:
@@ -775,7 +775,8 @@ void BaseWindow::scaleChangedEvent(float scale)
|
||||
this->calcButtonsSizes();
|
||||
#endif
|
||||
|
||||
this->setFont(getFonts()->getFont(FontStyle::UiTabs, this->qtFontScale()));
|
||||
this->setFont(
|
||||
getIApp()->getFonts()->getFont(FontStyle::UiTabs, this->qtFontScale()));
|
||||
}
|
||||
|
||||
void BaseWindow::paintEvent(QPaintEvent *)
|
||||
|
||||
Reference in New Issue
Block a user