- fixes for breadcrumbar...
c4469986
Dimitar Tsenev
committed
4 changed files
MainWindow_Tabs.cs
/BExplorer/BetterExplorer/_MainWindow/MainWindow_Tabs.cs
/BExplorer/BetterExplorer/_MainWindow/MainWindow_Tabs.cs
BreadcrumbBar.cs
/BreadcrumbBar/BreadcrumbBar/BreadcrumbBar.cs-2+2
/BreadcrumbBar/BreadcrumbBar/BreadcrumbBar.cs
Add comment 291 isLoaded = IsLoaded;
Add comment 292 }
Add comment 293 var thread = new Thread(() => {
Add comment 294 Minus   BuildBreadcrumbsFromPath(Path);
Add comment 294 Plus   BuildBreadcrumbsFromPath(value);
Add comment 295
Add comment 296 if (isLoaded && !breadcrumbItemTraceValueChanged_IsFired && _Path != null) {
Add comment 297 Int64 pidl;
Add comment 600 private void breadcrumbItemTraceValueChanged(object sender, RoutedEventArgs e) {
Add comment 601 if (e.OriginalSource == RootItem) {
Add comment 602 breadcrumbItemTraceValueChanged_IsFired = true;
Add comment 603 Minus   Path = GetDisplayPath();
Add comment 603 Plus   //Path = GetDisplayPath();
Add comment 604 breadcrumbItemTraceValueChanged_IsFired = false;
Add comment 605 }
Add comment 606 }
FileSystemListItem.cs
/Shell/_Plugin Interfaces/FileSystemListItem.cs
/Shell/_Plugin Interfaces/FileSystemListItem.cs
ShellItem.cs
/Shell/ShellItem.cs
/Shell/ShellItem.cs