TableListBox getting sliced

I think there’s a typo in TableListBox which is resulting in the “Table” part getting sliced off the vtable breaking a lot of the virtual functions. In our case, dragging TableListBox rows.

I think the fix is simple:

Any chance this can get upstreamed please?

1 Like

Related: TableListBoxModel::getDragSourceDescription() not called - #2 by mathieudemange

Yes its the same issue. Was fixed with this commit:

3 Likes