Hello,
I am running python 2.4.4 with wxpython 2.6 on Fedora 6. I am just playing around with the splitterwindow, and I noticed some strange behavior when resizing the window using the cursor (using the example here). When I try to resize the window horizontally the sash will remain "ghosted" until I move the splitter up or down. I have been able to reduce the ghosting effect by changing the gravity and the size, but I cannot eliminate it (I also changed the redraw settings, but I had no luck). Any suggestions are greatly appreciated.
Thanks in advance,
Stephen
I am running python 2.4.4 with wxpython 2.6 on Fedora 6. I am just playing around with the splitterwindow, and I noticed some strange behavior when resizing the window using the cursor (using the example here). When I try to resize the window horizontally the sash will remain "ghosted" until I move the splitter up or down. I have been able to reduce the ghosting effect by changing the gravity and the size, but I cannot eliminate it (I also changed the redraw settings, but I had no luck). Any suggestions are greatly appreciated.
Thanks in advance,
Stephen
Comment