https://bugs.documentfoundation.org/show_bug.cgi?id=105771

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #7 from Caolán McNamara <[email protected]> ---
gtk2 only. I believe the problem here is that when the dialog resizes it
doesn't invalidate its contents, so the "old" drawing contents remain when the
dialog is reused and resized.

So, here's how you can fix this in your macro in
Sub UpdateLstDocSoortenForCategory(sCat$)

        oControl.removeItems(0, uBound(oControl.getItems)+1)
+       with com.sun.star.awt.InvalidateStyle
+               PoDocDlg.getPeer().invalidate(.NOERASE)
+       end with
        ' show the display names, not the template names
        oControl.addItems(PsDocSoortenDisplayNames(), 0)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to