|
@@ -773,6 +773,10 @@ namespace Terminal.Gui {
|
|
var oldStep = currentStep;
|
|
var oldStep = currentStep;
|
|
currentStep = newStep;
|
|
currentStep = newStep;
|
|
|
|
|
|
|
|
+ if (currentStep is null) {
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
|
|
+
|
|
UpdateButtonsAndTitle ();
|
|
UpdateButtonsAndTitle ();
|
|
|
|
|
|
// Set focus to the nav buttons
|
|
// Set focus to the nav buttons
|