Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tadija committed Oct 27, 2015
1 parent 9447e7d commit 76a178e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function styleStepTitle(label)
[newFrame setMidX:currentMidX];
[newFrame setMidY:currentMidY];

if (readValueForKey(Keys.labelDropShadow) == 1) {
if (readValueForKey(Keys.labelDropShadowKey) == 1) {
// add default shadow
var shadows = [[label style] shadows];
if([shadows count] <= 0) [shadows addNewStylePart];
Expand Down

0 comments on commit 76a178e

Please sign in to comment.