|
@@ -100,6 +100,13 @@ public class ProjectsPanel : MasterDetailPanel<Job,ProjectsGrid,ProjectsPanelSet
|
|
|
_settings = new GlobalConfiguration<ProjectsSettings>().Load();
|
|
_settings = new GlobalConfiguration<ProjectsSettings>().Load();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ protected override void DoSplitPanelChanged()
|
|
|
|
|
+ {
|
|
|
|
|
+ base.DoSplitPanelChanged();
|
|
|
|
|
+ MasterGrid.Options.MultiSelect = _splitPanel.View == DynamicSplitPanelView.Master;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
private void SetPageVisible(Type type, IMasterDetailPage? page)
|
|
private void SetPageVisible(Type type, IMasterDetailPage? page)
|
|
|
{
|
|
{
|
|
|
if (page is null)
|
|
if (page is null)
|