Sculpt: defer config dialog until pkg is complete

Fixes #3189
This commit is contained in:
Norman Feske 2019-03-11 16:11:53 +01:00 committed by Christian Helmuth
parent 330692350e
commit 94e2a64f60
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ struct Sculpt::Popup_dialog
|| blueprint_any_rom_missing(blueprint);
construction.try_apply_blueprint(blueprint);
if (construction.blueprint_known)
if (construction.blueprint_known && !_pkg_missing)
_state = PKG_SHOWN;
generate();