Formatting.
This commit is contained in:
parent
f3d5d4afdd
commit
2681461992
|
@ -83,8 +83,9 @@ static std::optional<double> getEnvironmentScale()
|
|||
}
|
||||
|
||||
|
||||
DPI_SCALING_COMMON::DPI_SCALING_COMMON( COMMON_SETTINGS* aConfig, const wxWindow* aWindow )
|
||||
: m_config( aConfig ), m_window( aWindow )
|
||||
DPI_SCALING_COMMON::DPI_SCALING_COMMON( COMMON_SETTINGS* aConfig, const wxWindow* aWindow ) :
|
||||
m_config( aConfig ),
|
||||
m_window( aWindow )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue