mirror of https://github.com/AMT-Cheif/Stylet.git
Up to now, ScreenExtemsions.TryActivate(newItem) was called before Conductor.ActiveItem was set to the new item. This commit moves setting ActiveItem to before TryActivate(newItem) call. This allows for nested activation - that is, a scenario where newItem can "intercept" its activation and force parent Conductor to immediately activate another item inside its OnActivate() override, effectively skipping newItem without displaying it. Fixes #140 |
||
---|---|---|
.. | ||
Stylet.Samples.DesignMode | ||
Stylet.Samples.Hello | ||
Stylet.Samples.HelloDialog | ||
Stylet.Samples.MasterDetail | ||
Stylet.Samples.ModelValidation | ||
Stylet.Samples.OverridingViewManager | ||
Stylet.Samples.RedditBrowser | ||
Stylet.Samples.TabNavigation | ||
Stylet.Samples.sln |