Fix macos,

This commit is contained in:
Bartosz Taudul 2024-03-02 00:30:50 +01:00
parent 746b6c6246
commit 9ccc754143
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -136,7 +136,7 @@ static void RunOnMainThread( const std::function<void()>& cb, bool forceDelay =
static void SetupDPIScale()
{
const auto scale = dpiScale * userScale;
auto scale = dpiScale * userScale;
LoadFonts( scale );
if( view ) view->UpdateFont( s_fixedWidth, s_smallFont, s_bigFont );