mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
setLayout on creating new tab
Won't have height set on the editor instance otherwise
This commit is contained in:
@@ -424,6 +424,7 @@ var ICEcoder = {
|
||||
ICEcoder.selectedTab = ICEcoder.cMInstances.length;
|
||||
ICEcoder.content.style.visibility='visible';
|
||||
ICEcoder.content.contentWindow.createNewCMInstance(ICEcoder.nextcMInstance);
|
||||
ICEcoder.setLayout();
|
||||
|
||||
ICEcoder.thisFileFolderType='file';
|
||||
ICEcoder.thisFileFolderLink='/[NEW]';
|
||||
|
||||
Reference in New Issue
Block a user