Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The `SatTable` widget is modified to ignore hidden headers and columns in the table. Hidden duplicate columns cause the widget to work incorrectly internally, while on the outside everything seems in order. This behavior is especially present in the Hosts table, where instead of seemingly interacting with the visible columns, the widget interacts with the hidden ones. The table widget for Hosts somehow worked properly(-ish), until commit 886a1a8 exposed this flaw. Excluding the hidden columns during the table cells collection by the widget solves the problem. (cherry picked from commit 71a745e) Co-authored-by: Pavel Novotny <pnovotny@users.noreply.github.com>
- Loading branch information