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