1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Fix #13342: Rename tabChange to onTabChange in WindowDesc interface

This commit is contained in:
Sadret
2020-11-01 23:08:51 +01:00
committed by GitHub
parent 5893664785
commit 68543def83
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
0.3.2+ (in development)
------------------------------------------------------------------------
- Fix: [#13334] Uninitialised variables in CustomTabDesc
- Fix: [#13342] Rename tabChange to onTabChange in WindowDesc interface
0.3.2 (2020-11-01)
------------------------------------------------------------------------

View File

@@ -1869,7 +1869,7 @@ declare global {
onClose?: () => void;
onUpdate?: () => void;
tabChange?: () => void;
onTabChange?: () => void;
}
interface ImageAnimation {