project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
changeset 6220 39782c4d9246
parent 6209 074ab6ebcb3e
child 6247 6dfad55fd71c
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Fri Oct 28 03:06:31 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Fri Oct 28 03:41:52 2011 +0200
@@ -116,8 +116,9 @@
         UIImage *backgroundImage = [[UIImage alloc] initWithContentsOfFile:@"background~iphone.png"];
         UIImageView *background = [[UIImageView alloc] initWithImage:backgroundImage];
         [backgroundImage release];
-        [aTableView setBackgroundView:background];
+        [self.view addSubview:background];
         [background release];
+        [aTableView setBackgroundColorForAnyTable:[UIColor clearColor]];
     }
 
     aTableView.indicatorStyle = UIScrollViewIndicatorStyleWhite;