diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index ec11f6cc0..98435021c 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -517,6 +517,7 @@ ChoicePage::applyActionChoice( InstallChoice choice ) break; case InstallChoice::NoChoice: case InstallChoice::Manual: + updateNextEnabled(); break; } updateActionChoicePreview( choice );