[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Dec 6 05:45:21 CET 2005
SVN commit 485907 by staikos:
funny how the case of one character can cause an hour long debugging session.
This makes plots appear as plots in the scripting extension again, even though
.convertTo() always did work on them anyway.
M +1 -1 kst2dplot.cpp
--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #485906:485907
@@ -528,7 +528,7 @@
_cursor_x = _cursor_y = KST::NOPOINT;
_cursorOffset = false;
_standardActions |= Delete | Edit | Zoom | Pause;
- _type = "plot";
+ _type = "Plot";
_xLog = x_log;
_yLog = y_log;
_tickYLast = 0.0;
More information about the Kst
mailing list