fix display of button tip

This commit is contained in:
Mitchell Livingston
2008-01-16 07:09:14 +00:00
parent 4a3d5d7081
commit e49dc50751
+2 -2
View File
@@ -174,7 +174,7 @@
fMouseActionRow = rowVal;
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Icon"])
fMouseActionIconRow = rowVal;
if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
fMouseControlRow = rowVal;
else
fMouseRevealRow = rowVal;
@@ -195,7 +195,7 @@
fMouseActionRow = -1;
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Icon"])
fMouseActionIconRow = -1;
if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
fMouseControlRow = -1;
else
fMouseRevealRow = -1;