Fixed bug where index would not be read correctly
This commit is contained in:
parent
d1c131c52b
commit
b7f0108f52
@ -580,9 +580,11 @@ namespace ENI2
|
||||
{
|
||||
// ggf. hat sich die Ticketnr geändert..
|
||||
DBManager.GetSingleCon(Properties.Settings.Default.ConnectionString).Save(currentControl.Core);
|
||||
currentMainTabIndex = currentControl.SelectedTabIndex;
|
||||
}
|
||||
|
||||
currentMainTabIndex = currentControl.SelectedTabIndex;
|
||||
Trace.WriteLine($"Last selected tab index: {currentMainTabIndex}");
|
||||
|
||||
this.buttonSaveAll.Visibility = Visibility.Hidden;
|
||||
this.buttonSave.Visibility = Visibility.Hidden;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user