mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 22:03:40 -06:00
ScatterCtrl: Added ShowContext
git-svn-id: svn://ultimatepp.org/upp/trunk@9694 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
07b9d00943
commit
dd4805ce96
1 changed files with 3 additions and 3 deletions
|
|
@ -620,7 +620,7 @@ void ProcessingTab::UpdateField(const String _name, int _id)
|
|||
tabFit.scatter.SetMajorUnits(pscatter->GetMajorUnitsX(), primary ? pscatter->GetMajorUnitsY() : pscatter->GetMajorUnitsY2());
|
||||
tabFit.scatter.SetXYMin(pscatter->GetXMin(), primary ? pscatter->GetYMin() : pscatter->GetY2Min());
|
||||
|
||||
tabFit.scatter.SetMouseHandling(true, true).ShowInfo();
|
||||
tabFit.scatter.SetMouseHandling(true, true).ShowInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg();
|
||||
|
||||
DataSource &data = tabFit.scatter.GetSeries(0);
|
||||
|
||||
|
|
@ -759,7 +759,7 @@ void ProcessingTab::OnSet()
|
|||
tabOp.scatter.SetMajorUnits(pscatter->GetMajorUnitsX(), primary ? pscatter->GetMajorUnitsY() : pscatter->GetMajorUnitsY2());
|
||||
tabOp.scatter.SetXYMin(pscatter->GetXMin(), primary ? pscatter->GetYMin() : pscatter->GetY2Min());
|
||||
|
||||
tabOp.scatter.SetMouseHandling(true, true).ShowInfo();
|
||||
tabOp.scatter.SetMouseHandling(true, true).ShowInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -845,7 +845,7 @@ void ProcessingTab::OnFFT()
|
|||
|
||||
String legend = tabFit.scatter.GetLegend(0) + String("-") + t_("FFT");
|
||||
tabFreq.scatter.AddSeries(fft).Legend(legend);
|
||||
tabFreq.scatter.SetMouseHandling(true, true).ShowInfo();
|
||||
tabFreq.scatter.SetMouseHandling(true, true).ShowInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg();
|
||||
tabFreq.scatter.SetLabelX(t_("Period [sec]"));
|
||||
tabFreq.scatter.SetLabelY(legend);
|
||||
tabFreq.scatter.ZoomToFit(true, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue