mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 22:03:43 -06:00
Draw: UHD tweak
git-svn-id: svn://ultimatepp.org/upp/trunk@12277 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2d5c9d097a
commit
fbcd4ba926
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ bool IsUHDMode()
|
|||
|
||||
void SyncUHDMode()
|
||||
{
|
||||
bool uhd = GetStdFontCy() > 27;
|
||||
bool uhd = GetStdFontCy() > 24;
|
||||
if(uhd != IsUHDMode())
|
||||
SetUHDMode(uhd);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue