On Wednesday 29 November 2006 7:07 pm, mancausoft wrote: > I try any pyqt example, but I found a bug in draggableicons, when I > copy any icons the old icons rest gray, but in the draggableicons in > c++ the result is difference. When I copy more icons the program in > python exit whit segfault signal. > I try it whit Debian etch (pyqt 4.0.1-5) and Gentoo (pyQt 4.1) > > I modify python draggableicons to work similary to draggableicons c++. > I send my patch.
There is a regression in PyQt 4.1 that means that the icons don't get displayed at all - but I can't reproduce the problem you describe. I also don't see how your patch would fix anything because it just makes a shallow copy. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
