Ignore:
Timestamp:
Mar 10, 2011, 9:57:21 AM (13 years ago)
Author:
george
Message:
  • Fixed: Placing new form inside regions with different orientation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/Demo/IDE/IDE.lpr

    r178 r184  
    1111UToolPaletteForm, UProjectManagerForm, UMessagesForm, UCallStackForm,
    1212ULocalVariablesForm, UToDoListForm, UWatchListForm, UThreadStatusForm,
    13 USourceEditorForm
     13USourceEditorForm, UComponentTree
    1414  { you can add units after this };
    1515
     
    3131  Application.CreateForm(TThreadStatusForm, ThreadStatusForm);
    3232  Application.CreateForm(TSourceEditorForm, SourceEditorForm);
     33  Application.CreateForm(TComponentTree, ComponentTree);
    3334  Application.Run;
    3435end.
Note: See TracChangeset for help on using the changeset viewer.