https://bugs.documentfoundation.org/show_bug.cgi?id=121638
--- Comment #4 from Sumit Chauhan <[email protected]> ---
(In reply to Xisco FaulĂ from comment #3)
> (In reply to Heiko Tietze from comment #2)
> > We should add the code from dialog making the input -x into +(360)-x to the
> > sidebar controls for a consistent UX. Should be an easyhack.
>
> any code pointer ?
I guess the code is here : svx/source/sidebar/possize/PosSizePropertyPanel.cxx
Line : 677
case SID_ATTR_TRANSFORM_ANGLE:
if (eState >= SfxItemState::DEFAULT)
{
const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item*
>(pState);
if(pItem)
{
long nTmp = pItem->GetValue();
I think nTmp value need to be changed or we can check what GetValue returns.
--
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