diff --git a/VersionNum b/VersionNum
index 4b168d3419a0c6e42024a13fd90e51539f742aa2..7e8ccc7898bd4b155907080ffd1d183c88c5c003 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,21 @@
-/* (0.44)
+/* (0.45)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
- * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        0.44
-#define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                09 Feb 2018
+#define Module_MajorVersion_CMHG        0.45
+#define Module_MinorVersion_CMHG
+#define Module_Date_CMHG                18 Aug 2021
 
-#define Module_MajorVersion             "0.44"
-#define Module_Version                  44
+#define Module_MajorVersion             "0.45"
+#define Module_Version                  45
 #define Module_MinorVersion             ""
-#define Module_Date                     "09 Feb 2018"
+#define Module_Date                     "18 Aug 2021"
 
-#define Module_ApplicationDate          "09-Feb-18"
+#define Module_ApplicationDate          "18-Aug-21"
 
 #define Module_ComponentName            "Gadgets"
-#define Module_ComponentPath            "castle/RiscOS/Sources/Toolbox/Gadgets"
 
-#define Module_FullVersion              "0.44"
-#define Module_HelpVersion              "0.44 (09 Feb 2018)"
-#define Module_LibraryVersionInfo       "0:44"
+#define Module_FullVersion              "0.45"
+#define Module_HelpVersion              "0.45 (18 Aug 2021)"
+#define Module_LibraryVersionInfo       "0:45"
diff --git a/c/ScrollList b/c/ScrollList
index af6e16e6532116e00a1151b243133a3703980ae3..a6fd30be8650fe79cd111690b224b8d2480f055a 100644
--- a/c/ScrollList
+++ b/c/ScrollList
@@ -324,7 +324,7 @@ static void _get_item_size(const PrivateScrollList *sdata,
     unsigned int	item_height, font_height, item_width;
     int			base;
 
-    _get_size_of_sprites(sdata, &item_height, &item_width);
+    _get_size_of_sprites(sdata, &item_width, &item_height);
 
     if (height)
     {