Fixed search bug
Fixed print bug Bumped version number to 1.4.2
This commit is contained in:
@ -562,6 +562,7 @@ begin
|
||||
if not Plugin_ProjectsChange(CurrProjects, Index, True) then begin
|
||||
Started := False;
|
||||
frmMain.stlIDEs.ItemIndex := CurrProjects;
|
||||
frmMain.cboCurrentIDE.Text := frmMain.stlIDEs.Strings[CurrProjects];
|
||||
Started := True;
|
||||
exit;
|
||||
end;
|
||||
@ -580,6 +581,7 @@ begin
|
||||
|
||||
Started := False; // dont run this command twice
|
||||
frmMain.stlIDEs.ItemIndex := Index;
|
||||
cboCurrentIDE.Text := stlIDEs.Strings[Index];
|
||||
CurrProjects := Index;
|
||||
|
||||
tbDocs.Tabs.Clear;
|
||||
|
Reference in New Issue
Block a user