Files
ladybird/Libraries/LibGUI/ColumnsView.cpp
DAlperin 8e1645423f LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
AbstractView does not know which column it's displaying which makes it
impossible to implement the select_all functionality up there. Now
descendants override the pure virtual select_all method and implement
it themselves.
2020-02-25 16:03:15 +01:00

11 KiB