From d51a545fcf513b176aa8b4a5acf8b927b202f541 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 20 May 2020 11:44:27 +0200 Subject: [PATCH] [calamares] onInitComplete() already activates first step - In the test application, there is only one viewstep, so it is already activated; avoid double-activation. --- src/calamares/testmain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calamares/testmain.cpp b/src/calamares/testmain.cpp index a6b126d62..5c3dd5c95 100644 --- a/src/calamares/testmain.cpp +++ b/src/calamares/testmain.cpp @@ -425,7 +425,6 @@ main( int argc, char* argv[] ) mw->setCentralWidget( w ); w->show(); mw->show(); - vm->currentStep()->onActivate(); return aw->exec(); }