Re: [Plib-devel] [PATCH] puAuxLargeInput.cxx: don't draw outside the box, fix sliders
Brought to you by:
sjbaker
From: Fay, J. F Dr C. U. A. 46 S. <joh...@eg...> - 2009-01-13 17:01:01
|
Melchior, I'm putting in the patch and found these two lines in "puauxLargeInput.cxx" around line 395: + if (bottom_slider) + cerr << bottom_value << endl; With your permission I will not put these two lines into the release code. I'm putting the other changes into SVN. Again, please check them out to make sure I haven't messed anything up. John F. Fay Technical Fellow Jacobs Technology TEAS Group 850-883-1294 -----Original Message----- From: Melchior FRANZ [mailto:mf...@us...] Sent: Monday, January 12, 2009 1:28 PM To: pli...@li... Subject: Re: [Plib-devel] [PATCH] puAuxLargeInput.cxx: don't draw outsidethe box, fix sliders Argh ... forgot the puAux.h patch. So here a complete version: ;-) - don't write outside of the text box - fix slider fractions - remove redundant code m. |