From: Mattia B. <mat...@li...> - 2006-07-07 20:04:09
|
On Fri, 07 Jul 2006 17:12:37 +0200 "AOu...@fr..." <AOu...@fr...> wrote: Hello, > here a sample (modified hello.pl from wxPerl) that demonstrate the error > when I try to use HitTest with right mouse button. Just klick the right > mouse button over any tab. > > Also, I looked at the source (Notebook.xs), there is something odd, that > might explain it. As I understand it, there is line 84 "#if > WXPERL_W_VERSION_LE( 2, 5, 1 )" and the HitTest is only compiled when > "#if WXPERL_W_VERSION_GE( 2, 5, 2 )" at line 129. Seems to me that this > cant work (maybe a #endif is missing before line 129 ???). There is no missing #endif, but the HitTest block must be moved outside the conditional. Now done. Thanks Mattia |