diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 2f9db8e9ec..0d48ce68c5 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -27,6 +27,7 @@ - Fix: [#17197] Segfault when extracting files from the GOG installer. - Fix: [#17205] Map generator sometimes crashes when not all standard terrain objects are available. - Fix: [#17221] Object ghosts and tooltips follow invisible cursor when moving the viewport by right-click dragging. +- Fix: [#17255] Cursor position is incorrect when adjusting terrain and water height. - Fix: [#17261] Hand cursor position is incorrect when dragging items in the Inventions List window. 0.4.0 (2022-04-25) diff --git a/src/openrct2-ui/CursorData.cpp b/src/openrct2-ui/CursorData.cpp index edd023cc74..064a1cc869 100644 --- a/src/openrct2-ui/CursorData.cpp +++ b/src/openrct2-ui/CursorData.cpp @@ -46,7 +46,7 @@ namespace OpenRCT2::Ui static constexpr const CursorData UpDownArrowCursorData = { - { 7, 31 }, + { 17, 15 }, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x40, 0x00, 0x00, 0x02, 0xA0, 0x00, 0x00, 0x05, 0x50, 0x00, 0x00, 0x0A, 0x28, 0x00, 0x00, 0x17, 0x74, 0x00, 0x00, 0x21, 0x42, 0x00,