Juergen Vigna <[EMAIL PROTECTED]> writes:

| As already told I fixed the showstopper and now this new Undo should work
| properly! Please test it an let me know!

 InsetText::InsetText()
 {
-       par = new Paragraph;
+       par = new Paragraph();
        init();
 }

this change is a bug, it should be "par = new Paragraph;"

-- 
        Lgb

Reply via email to