Fixed search bug

Fixed print bug
Bumped version number to 1.4.2
This commit is contained in:
Christian Hammacher
2006-04-23 20:46:52 +00:00
parent fce58de726
commit 58ed3067ed
7 changed files with 15 additions and 9 deletions

View File

@ -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;