mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
ee9912c45d
Changed implementation to use maps instead of lists to find tree items and meta items. This is probably much better performance wise, and the code gets much cleaner. Changed the background highlight code to highlight all tree nodes that aren't TopTreeItem:s to enable category items to be highlighted. Cleaned up some code.