mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
parent
3958257f40
commit
a1e5d8a475
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ Changelist for version 1.44
|
|||
- new classes DirectoryContentsDisplayComponent and FileTreeComponent, allow a view of a directory as either a list or treeview. I've added a demo of the FileTreeComponent to the treeviews section of the Juce Demo. There's also now an option in the FileBrowserComponent constructor to use a treeview.
|
||||
- small change to the strictness of the way TreeViews handle their root items. Be careful now to never delete a tree's root item until either the treeview has been deleted, or until you've removed the root from the tree using setRootItem (0). Not doing this can now cause a crash in the tree's destructor, where it expects the root to still be valid.
|
||||
- added some virtual methods to TextEditor to allow customisation of its popup menu.
|
||||
|
||||
- added a Component::setExplicitFocusOrder() method for specifying the order in which components have their focus traversed, and added Jucer support for setting this value.
|
||||
|
||||
==============================================================================
|
||||
Changelist for version 1.43
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue