+ add further log messages at startup for better troubleshooting, fix possible crash, fix typos
This commit is contained in:
@@ -267,6 +267,7 @@ QWidget* setupMainWindow()
|
||||
static bool init = false;
|
||||
if (!init) {
|
||||
try {
|
||||
Base::Console().Log("Run Gui init script\n");
|
||||
Base::Interpreter().runString(Base::ScriptFactory().ProduceScript("FreeCADGuiInit"));
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
|
||||
Reference in New Issue
Block a user