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

Kevin Suo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #4 from Kevin Suo <[email protected]> ---
I can reproduce this on master build.

I used the following python code:

---
import uno

from com.sun.star.drawing.BitmapMode import STRETCH
from com.sun.star.drawing.BitmapMode import REPEAT

def change_bg():
    desktop = XSCRIPTCONTEXT.getDesktop()
    doc = desktop.getCurrentComponent()
    slide = doc.getDrawPages().getByIndex(0)

    slide.Background.FillBitmapMode = STRETCH
    # slide.Background.FillBitmapMode = REPEAT
---

The macro can be run without error, but the background bitmap mode has no
effect.

-- 
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