[rkward-cvs] rkward/rkward/plugin rkpluginspinbox.cpp,1.13,1.14
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Thu Sep 14 15:14:41 UTC 2006
- Previous message: [rkward-tracker] [ rkward-Bugs-1508087 ] rkward crashed if a colum is deleted
- Next message: [rkward-cvs] rkward ChangeLog, 1.138, 1.139 TODO, 1.137, 1.138 acinclude.m4, 1.16, 1.17 aclocal.m4, 1.16, 1.17 configure, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward/plugin
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2449
Modified Files:
rkpluginspinbox.cpp
Log Message:
Use saner step-size for int spin boxes
Index: rkpluginspinbox.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkpluginspinbox.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** rkpluginspinbox.cpp 22 Mar 2006 19:47:28 -0000 1.13
--- rkpluginspinbox.cpp 14 Sep 2006 15:14:39 -0000 1.14
***************
*** 65,68 ****
--- 65,69 ----
spinbox->setIntMode (min, max, initial);
+ spinbox->setLineStep (initial > 1 ? initial : 1);
intvalue->setMin (min);
- Previous message: [rkward-tracker] [ rkward-Bugs-1508087 ] rkward crashed if a colum is deleted
- Next message: [rkward-cvs] rkward ChangeLog, 1.138, 1.139 TODO, 1.137, 1.138 acinclude.m4, 1.16, 1.17 aclocal.m4, 1.16, 1.17 configure, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list