> Yes, that was it, drawingarea problem is solved! > It is old code that worked earlier, so I didn't even think about such > things... thanks! > > > But, textedit problem persist. > Although I have some new information about it. > I think I remembered old Qt3 way little bit wrongly.... it is also > cutting sentences, BUT not ugly way as in Qt4. > > So, with Qt3: > "This is test" > "sentence." > > With Qt4: > "This is test" > " sentence." > > More complicated examples are more ugly... > Benoit? > > Jussi >
This is a bug in a Qt3 compatibily class. I fixed it in revision #2818 by using the good Qt4 widget. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
