mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Cosmetics.
This commit is contained in:
parent
290e546f47
commit
04b921e200
@ -268,8 +268,8 @@ static bool SaveConfig()
|
||||
|
||||
static void ScaleChanged( float scale )
|
||||
{
|
||||
if ( dpiScaleOverriddenFromEnv ) return;
|
||||
if ( dpiScale == scale ) return;
|
||||
if( dpiScaleOverriddenFromEnv ) return;
|
||||
if( dpiScale == scale ) return;
|
||||
|
||||
dpiScale = scale;
|
||||
SetupDPIScale();
|
||||
|
Loading…
Reference in New Issue
Block a user