Browse Source

* Fix bug #0034661, wrong max resolution specified

git-svn-id: trunk@40510 -
michael 6 years ago
parent
commit
05021bd2e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/win32/graph.pp

+ 1 - 1
packages/graph/src/win32/graph.pp

@@ -2190,7 +2190,7 @@ function queryadapterinfo : pmodeinfo;
           mode.PaletteSize := mode.MaxColor;
           mode.PaletteSize := mode.MaxColor;
           mode.DirectColor := FALSE;
           mode.DirectColor := FALSE;
           mode.MaxX := 1023;
           mode.MaxX := 1023;
-          mode.MaxY := 768;
+          mode.MaxY := 767;
           SetupWin32GUIDefault;
           SetupWin32GUIDefault;
           mode.XAspect := 10000;
           mode.XAspect := 10000;
           mode.YAspect := 10000;
           mode.YAspect := 10000;