mirror of https://gitlab.com/basile.b/dexed.git
init, create a DUB project instead of CE
This commit is contained in:
parent
900d98e847
commit
4de6100c8e
|
@ -1760,7 +1760,7 @@ begin
|
||||||
if fAppliOpts.reloadLastDocuments then
|
if fAppliOpts.reloadLastDocuments then
|
||||||
LoadLastDocsAndProj;
|
LoadLastDocsAndProj;
|
||||||
if fProject = nil then
|
if fProject = nil then
|
||||||
newNativeProj;
|
newDubProj;
|
||||||
|
|
||||||
DockMaster.ResetSplitters;
|
DockMaster.ResetSplitters;
|
||||||
setSplitterWheelEvent;
|
setSplitterWheelEvent;
|
||||||
|
|
Loading…
Reference in New Issue