1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Show the function list default :-)

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@346 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Raymond 2009-12-26 16:20:46 +00:00
parent fed81fb976
commit dd79c05b39

View File

@ -1106,6 +1106,7 @@ begin
PageControl1.OnCloseTabClicked:=ActionCloseTab.OnExecute;
Tabs := TList.Create;
AddTab;//Give it alteast 1 tab ;-).
FunctionListShown(True); //Show this function list bitch!
Window := TMWindow.Create;
Picker := TMColorPicker.Create(Window);
Selector := TMWindowSelector.Create(Window);
@ -1119,6 +1120,7 @@ begin
{$ifdef mswindows}
DebugTimer.Enabled:= false;
{$endif}
// Ed
end;
@ -1470,6 +1472,7 @@ begin
Splitter1.Show;
frmFunctionList.Show;
end else frmFunctionList.Parent.Show;
if Self.Visible then
if editSearchList.CanFocus then
editSearchList.SetFocus;
//Lets load up this Script tree!