main: show console panel before we start the build process.

Show the console panel before the build process begins.
This commit is contained in:
Al Poole 2017-09-05 16:13:05 +01:00
parent 7e9f33a635
commit b8642ab63c
1 changed files with 4 additions and 1 deletions

View File

@ -721,7 +721,10 @@ static void
_edi_build_project(void)
{
if (edi_exe_notify_handle("edi_build", _edi_build_display_status_cb))
edi_builder_build();
{
edi_consolepanel_show();
edi_builder_build();
}
}
static void