summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-03-07 19:00:46 (GMT)
committerjoye <joye>2014-03-07 19:00:46 (GMT)
commitb7b37838992874e55d86a881269e3db47a7561ac (patch)
tree4ce3cdd5bd1aff3c40ce2ce88bfd9b5e26d32460 /src
parent1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da (diff)
downloadblt-b7b37838992874e55d86a881269e3db47a7561ac.zip
blt-b7b37838992874e55d86a881269e3db47a7561ac.tar.gz
blt-b7b37838992874e55d86a881269e3db47a7561ac.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGrAxis.C7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bltGrAxis.C b/src/bltGrAxis.C
index a236311..b69b47a 100644
--- a/src/bltGrAxis.C
+++ b/src/bltGrAxis.C
@@ -533,16 +533,13 @@ int Blt_CreateAxes(Graph* graphPtr)
axisPtr->use =1;
Blt_GraphSetObjectClass(&axisPtr->obj, axisNames[ii].classId);
- if (Tk_InitOptions(graphPtr->interp, (char*)axisPtr, axisPtr->optionTable, graphPtr->tkwin) != TCL_OK)
+ if (Tk_InitOptions(graphPtr->interp, (char*)axisPtr,
+ axisPtr->optionTable, graphPtr->tkwin) != TCL_OK)
return TCL_ERROR;
if (ConfigureAxis(axisPtr) != TCL_OK)
return TCL_ERROR;
- if (graphPtr->classId == CID_ELEM_BAR) {
- axisPtr->reqStep = 1.0;
- axisPtr->reqNumMinorTicks = 0;
- }
if ((axisPtr->margin == MARGIN_RIGHT) || (axisPtr->margin == MARGIN_TOP))
axisPtr->hide = 1;