Kaydet (Commit) c57bb7b5 authored tarafından Rafael Dominguez's avatar Rafael Dominguez Kaydeden (comit) Markus Mohrhard

Set correct objecttype for errorbar.

üst 92aedd17
...@@ -67,7 +67,7 @@ InsertErrorBarsDialog::InsertErrorBarsDialog( ...@@ -67,7 +67,7 @@ InsertErrorBarsDialog::InsertErrorBarsDialog(
/* bNoneAvailable = */ true, eType )) /* bNoneAvailable = */ true, eType ))
{ {
FreeResource(); FreeResource();
ObjectType objType = eType == ErrorBarResources::ERROR_BAR_Y ? OBJECTTYPE_DATA_ERRORS : OBJECTTYPE_DATA_ERRORS_X; ObjectType objType = eType == ErrorBarResources::ERROR_BAR_Y ? OBJECTTYPE_DATA_ERRORS_Y : OBJECTTYPE_DATA_ERRORS_X;
this->SetText( ObjectNameProvider::getName_ObjectForAllSeries(objType) ); this->SetText( ObjectNameProvider::getName_ObjectForAllSeries(objType) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment