diff --git a/DialogTools/tSNEDlg.cpp b/DialogTools/tSNEDlg.cpp index a45577f2..b14d8f85 100644 --- a/DialogTools/tSNEDlg.cpp +++ b/DialogTools/tSNEDlg.cpp @@ -281,7 +281,7 @@ void TSNEDlg::CreateControls() std::vector X(n, 0), Y(n,0); std::vector X_undef(n, false), Y_undef(n,false); int style = AnimatePlotcanvas::DEFAULT_STYLE | AnimatePlotcanvas::show_vert_axis_through_origin | AnimatePlotcanvas::show_data_points | AnimatePlotcanvas::show_horiz_axis_through_origin; - m_animate = new AnimatePlotcanvas(this, NULL, project, X, Y, X_undef, Y_undef, + m_animate = new AnimatePlotcanvas(panel, NULL, project, X, Y, X_undef, Y_undef, "", "", style, std::vector >(), "", "", wxDefaultPosition, wxSize(300, 300)); diff --git a/version.h b/version.h index 8b079d76..ae9c4532 100644 --- a/version.h +++ b/version.h @@ -2,10 +2,10 @@ namespace Gda { const int version_major = 1; const int version_minor = 22; const int version_build = 0; - const int version_subbuild = 12; + const int version_subbuild = 14; const int version_year = 2025; const int version_month = 1; - const int version_day = 15; + const int version_day = 29; const int version_night = 0; const int version_type = 2; // 0: alpha, 1: beta, 2: release } // namespace Gda