Skip to content

Commit

Permalink
New TreeArea interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed Mar 21, 2019
1 parent a874d10 commit 4a80b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luwrain/app/contacts/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class App implements Application
private void createAreas()
{
final TreeArea.Params treeParams = new TreeArea.Params();
treeParams.environment = new DefaultControlEnvironment(luwrain);
treeParams.context = new DefaultControlEnvironment(luwrain);
treeParams.model = base.getFoldersModel();
treeParams.name = strings.foldersAreaName();

Expand Down

0 comments on commit 4a80b06

Please sign in to comment.