mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix macos,
This commit is contained in:
parent
746b6c6246
commit
9ccc754143
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user