DirectoryView uses File to display files

This commit is contained in:
Sasha Koshka
2023-03-21 18:03:31 -04:00
parent dcc672e2bc
commit 68341517f7
5 changed files with 364 additions and 51 deletions

View File

@@ -219,7 +219,6 @@ func (element *DocumentContainer) NotifyFlexibleHeightChange (child elements.Fle
element.core.DamageAll()
}
// SetTheme sets the element's theme.
func (element *DocumentContainer) SetTheme (new theme.Theme) {
if new == element.theme.Theme { return }