[Kst] [Bug 125817] crash when creating > 31 curves with the datawizard
George Staikos
staikos at kde.org
Fri Apr 21 15:29:28 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=125817
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2006-04-21 15:29 -------
SVN commit 532181 by staikos:
I knew it wasn't enough :-)
BUG: 125817
M +1 -1 kstviewobject.h
--- trunk/extragear/graphics/kst/src/libkstapp/kstviewobject.h #532180:532181
@ -313,7 +313,7 @
bool _container : 1;
bool _fallThroughTransparency : 1;
bool _isResizable : 1;
- int _columns : 6; // "64 columns ought to be enough for anyone"
+ int _columns : 10;
QGuardedPtr<KstViewObject> _topObjectForMenu;
QGuardedPtr<KstViewObject> _parent; // danger!!
Q_UINT32 _standardActions, _layoutActions;
More information about the Kst
mailing list