[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Oct 16 14:58:32 UTC 2017


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

--- Comment #6 from Tamás Zolnai <zolnaitamas2000 at gmail.com> ---
(In reply to Ekansh Jha from comment #5)
> Hello, I want to work on this easyhack. A little help will be really
> appreciated.
> Thanks

Hi,

First of all, if you are working on a bug, set Assigne field to your email
address and also change Status field to ASSIGNED. So others can recognize
easily that somebody is working on this issue.

Now, about the code. Most dialogs get their input from an SfxItemSet container
and also write their output back to this item set. When the dialog opens the
settings are loaded from this SfxItemSet in
LegendPositionResources::initFromItemSet(). When the dialog is closed the
itemset is updated by LegendPositionResources::writeToItemSet() method. So you
need to check what happens in these two methods. The expected behavior is that
the legend position properties does not change if the user does not change them
in the dialog.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171016/c7936aaa/attachment-0001.html>


More information about the Libreoffice-bugs mailing list