project_files/HedgewarsMobile/ExtraCategories.m
changeset 6210 923c8414e3af
parent 6209 074ab6ebcb3e
--- a/project_files/HedgewarsMobile/ExtraCategories.m	Wed Oct 26 00:30:35 2011 +0200
+++ b/project_files/HedgewarsMobile/ExtraCategories.m	Wed Oct 26 01:17:44 2011 +0200
@@ -44,8 +44,9 @@
         backView.backgroundColor = color;
         self.backgroundView = backView;
         [backView release];
-    }
-    self.backgroundColor = [UIColor clearColor];
+        self.backgroundColor = [UIColor clearColor];
+    } else
+        self.backgroundColor = color;
 }
 
 @end