mirror of https://github.com/adamdruppe/arsd.git
oops
This commit is contained in:
parent
4248b8e8a2
commit
4bf8ef8e59
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue