mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix more dynamics, fix end screen stars with large vertical resolutions
This commit is contained in:
@@ -1031,7 +1031,7 @@ void DoDisplayPrefs (void)
|
||||
break;
|
||||
|
||||
case kDisplay3Item:
|
||||
if (thisMac.screen.right > 512)
|
||||
if (thisMac.constrainedScreen.right > 512)
|
||||
{
|
||||
FrameDisplayIcon(prefDlg, StdColors::White());
|
||||
numNeighbors = 3;
|
||||
@@ -1040,7 +1040,7 @@ void DoDisplayPrefs (void)
|
||||
break;
|
||||
|
||||
case kDisplay9Item:
|
||||
if (thisMac.screen.right > 512)
|
||||
if (thisMac.constrainedScreen.right > 512)
|
||||
{
|
||||
FrameDisplayIcon(prefDlg, StdColors::White());
|
||||
numNeighbors = 9;
|
||||
|
Reference in New Issue
Block a user