Author: manolo
Date: 2012-05-20 09:59:36 -0700 (Sun, 20 May 2012)
New Revision: 9537
Log:
Fixed Fl_Slider(uchar t, int X,int Y,int W,int H, const char *L) for FLTK1
compatibility.
This corrects the cube FLTK1 demo.
Modified:
branches/branch-3.0/include/FL/Fl_Slider.H
Modified: branches/branch-3.0/include/FL/Fl_Slider.H
===================================================================
--- branches/branch-3.0/include/FL/Fl_Slider.H 2012-05-20 15:56:54 UTC (rev
9536)
+++ branches/branch-3.0/include/FL/Fl_Slider.H 2012-05-20 16:59:36 UTC (rev
9537)
@@ -74,7 +74,6 @@
Fl_Slider(uchar t, int X,int Y,int W,int H, const char *L = 0) {
_p = new fltk3::Slider_I(t, _ctor_dx(X), _ctor_dy(Y), W, H, L);
_p->wrapper(this);
- box((Fl_Boxtype)t);
}
void bounds(double a, double b) {
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit