From 4710c44bb7f2473b6468157049320cf8851381fb Mon Sep 17 00:00:00 2001 From: Kenny Shields Date: Tue, 1 Jul 2014 21:16:56 -0400 Subject: [PATCH] Fix typo in changelog --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index fb4fe92..259989d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,7 +7,7 @@ Version 0.9.9 - Alpha (Release Date TBD) [FIXED] bug that would cause tabbuttons to be positioned incorrectly when scrolling with the mouse wheel [FIXED] collision detection issue caused by list child objects not being updated when outside of their parent's bounding box [FIXED] checkbox text becoming invisible when calling checkbox:SetText after switching to a custom state -[FIXED] an error caused by calling base:MoveTopTop on an object parented to a panel object +[FIXED] an error caused by calling base:MoveToTop on an object parented to a panel object ================================================ Version 0.9.8.1 - Alpha (May 17 - 2014)