You've already forked lazarus-ccr
LazStats: Inherit KendallTauUnit from TBasicStatsReportForm. Fix tab order in recently modified forms.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7811 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1904,9 +1904,9 @@ end;
|
||||
// Menu "Analysis" > "Nonparametric" > Kendall's Tau and Partial Tau"
|
||||
procedure TOS3MainFrm.mnuAnalysisNonPar_TauClick(Sender: TObject);
|
||||
begin
|
||||
if KendallTauFrm = nil then
|
||||
Application.CreateForm(TKendallTauFrm, KendallTauFrm);
|
||||
KendallTauFrm.ShowModal;
|
||||
if KendallTauForm = nil then
|
||||
Application.CreateForm(TKendallTauForm, KendallTauForm);
|
||||
KendallTauForm.Show;
|
||||
end;
|
||||
|
||||
// Menu "Analysis" > "Nonparametric" > "Kaplan-Meier Survival Analysis"
|
||||
|
Reference in New Issue
Block a user