Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
newk5 committed Oct 25, 2020
1 parent 5bb6b87 commit 8b11de9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions script/decui/components/Menu.nut
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,10 @@ class OptionsMenu extends Component {
if (style.rawin(prop)) {
label[prop] = style[prop];
}else{
try {
local val =this.labelStyle[prop];
label[prop] = val;
} catch (ex){
printTable(this.labelStyle)
}

local val =this.labelStyle[prop];
label[prop] = val;


}
}
Expand Down

0 comments on commit 8b11de9

Please sign in to comment.