This commit is contained in:
Adam D. Ruppe 2021-12-04 07:16:11 -05:00
parent 4248b8e8a2
commit 4bf8ef8e59
1 changed files with 0 additions and 2 deletions

View File

@ -8341,8 +8341,6 @@ private class TableViewWidgetInner : Widget {
child.removeWidget();
foreach(column; tvw.tvw.columns) {
if(column.width == 0)
continue;
// the cast is ok because I dup it above, just the type is never changed.
// all this is private so it should never get messed up.
new Button(ImageLabel(cast(string) column.name, column.alignment), this);