mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +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()
|
static void SetupDPIScale()
|
||||||
{
|
{
|
||||||
const auto scale = dpiScale * userScale;
|
auto scale = dpiScale * userScale;
|
||||||
|
|
||||||
LoadFonts( scale );
|
LoadFonts( scale );
|
||||||
if( view ) view->UpdateFont( s_fixedWidth, s_smallFont, s_bigFont );
|
if( view ) view->UpdateFont( s_fixedWidth, s_smallFont, s_bigFont );
|
||||||
|
Loading…
Reference in New Issue
Block a user