Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
newk5 committed Apr 7, 2020
1 parent b335d54 commit 0bc2c9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 602 deletions.
7 changes: 4 additions & 3 deletions script/decui/UI/UI.nut
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,8 @@ class UI {
}
}
} catch(ex){
// Console.Print(id+"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")


}
return newid;
}
Expand Down Expand Up @@ -678,8 +679,8 @@ class UI {

}
} catch (e){
//Console.Print(e);
// print(e);


}
}
if (element.rawin("contextMenu") || element.rawin("tooltip")) {
Expand Down
2 changes: 1 addition & 1 deletion script/decui/components/Table.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ class Table extends Component {

cellX += colCanv.Size.X;
rowY = 0;
//Console.Print(cellX);

tableWidth = cellX;

//center column header text
Expand Down
Loading

0 comments on commit 0bc2c9d

Please sign in to comment.