On Jun 1, 2007, at 4:29 AM, Manoj wrote:

> Hi,
> I create a new class(MyClass) from Fl_Double_Window. I'm displaying  
> some lines in view window. I create an object of MyClass in View  
> window area.

Do not call "make_current()". Calling "make_current()" is not only  
obsolete ("draw()" does that for you) but in this case also very  
ineffiecent and may even direct your drawing into the wrong buffer.

Please post which version of FLTK you are using when posting  
problems. Thanks.

Matthias

----
http://robowerk.com/


_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to