diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 2388634dd2..478484bd82 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,5 +1,6 @@ 0.4.9 (in development) ------------------------------------------------------------------------ +- Improved: [#21356] Resize the title bar when moving between displays with different scaling factors on Windows systems. - Fix: [#18963] Research table in parks from Loopy Landscapes is imported incorrectly. - Fix: [#20907] RCT1/AA scenarios use the 4-across train for the Inverted Roller Coaster. - Fix: [#21332] Mini Helicopters and Monorail Cycles ride types are swapped in research within RCT1 scenarios. diff --git a/src/openrct2-win/openrct2-win.manifest b/src/openrct2-win/openrct2-win.manifest new file mode 100644 index 0000000000..102c017f56 --- /dev/null +++ b/src/openrct2-win/openrct2-win.manifest @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + true/PM + PerMonitorV2,PerMonitor + + + \ No newline at end of file diff --git a/src/openrct2-win/openrct2-win.vcxproj b/src/openrct2-win/openrct2-win.vcxproj index ef8cd4fdf9..059e4e8296 100644 --- a/src/openrct2-win/openrct2-win.vcxproj +++ b/src/openrct2-win/openrct2-win.vcxproj @@ -1,4 +1,4 @@ - + ..\..\ @@ -75,5 +75,8 @@ + + + \ No newline at end of file