Files
ladybird/Libraries
Ben Wiederhake ebabce30bd LibGUI: Display hidden columns as hidden
Until now, hidden columns were displayed as visible in the context menu.
An easy way to reproduce this is:
- Open the TextEditor
- Ctrl-O to open the file selector
- Switch to table view
- Right-click the header

Expected behavior:
Hidden columns like 'Owner' and 'Group' should not have a checkmark,
because they are hidden.

Actual behavior: They did have a checkmark. Clicking on it to 'hide'
the already hidden column removed the checkmark, but was a no-op to the
table view.

This commit fixes this behavior, by correctly initializing the context menu,
and properly updating the context menu if external code calls
'set_column_hidden' later.
2020-05-02 14:12:36 +02:00
..
2020-04-15 16:58:46 +02:00
2020-05-02 14:12:07 +02:00
2020-04-25 13:16:46 +02:00
2020-05-02 11:41:35 +02:00
2020-05-02 01:23:30 +02:00
2020-05-02 12:24:10 +02:00
2020-04-20 20:23:26 +02:00
2020-04-30 22:15:16 +02:00