Files
ladybird/Libraries/LibGUI
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-24 20:42:34 +02:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-14 17:35:04 +01:00
2020-05-01 16:58:18 +02:00
2020-05-01 16:58:18 +02:00
2020-04-29 11:48:11 +02:00
2020-04-29 11:48:11 +02:00
2020-04-21 16:19:18 +02:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00