Removed debug print statement.
This commit is contained in:
parent
bbd0fe4470
commit
b7067cc1da
|
@ -42,7 +42,7 @@ GuiCheatsDialog_t::GuiCheatsDialog_t(QWidget *parent)
|
||||||
if ( screen != NULL )
|
if ( screen != NULL )
|
||||||
{
|
{
|
||||||
devPixRatio = (int)( screen->devicePixelRatio() + 0.50f);
|
devPixRatio = (int)( screen->devicePixelRatio() + 0.50f);
|
||||||
printf("Pix Ratio: %f \n", devPixRatio );
|
//printf("Pix Ratio: %f \n", devPixRatio );
|
||||||
}
|
}
|
||||||
|
|
||||||
font.setStyle( QFont::StyleNormal );
|
font.setStyle( QFont::StyleNormal );
|
||||||
|
|
Loading…
Reference in New Issue