Files
serenity/Userland/Libraries/LibGUI/SortingProxyModel.h
Fabian Dellwing 14d78e10d1 LibGUI+CertificateSettings: Use custom SortingProxy
The default SortingProxyModel does not allow to react to reodering.
As we would like to keep the column width on sorting, we create a
subclass and inject our code into the sorting method.
2023-04-03 19:58:47 -06:00

2.9 KiB