set DocumentFileName to display current file name under/beside window title
This commit is contained in:
parent
b4d7df8da8
commit
1a6f6133ab
@ -361,9 +361,11 @@ namespace UniversalEditor.UserInterface
|
||||
tmToolbox.Rows.Add(row);
|
||||
}
|
||||
pnlDocumentExplorer.CurrentEditor = editor;
|
||||
DocumentFileName = dckContainer.CurrentItem.Name;
|
||||
}
|
||||
else
|
||||
{
|
||||
DocumentFileName = null;
|
||||
tmToolbox.Rows.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user