mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 01:49:23 +02:00
Fixed #1563
This commit is contained in:
@@ -179,7 +179,7 @@ void instDialog::show(ProjectPanel *proj,
|
||||
lastPage = -1;
|
||||
installer = NULL;
|
||||
finished = false;
|
||||
page_1_op = install?INST_DLG_INSTALL:INST_DLG_COMPILE;
|
||||
page_1_op = INST_DLG_COMPILE;
|
||||
compile_complete = false;
|
||||
rejectDialogFlag = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user