https://bugs.kde.org/show_bug.cgi?id=424387

RKS <rks...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INTENTIONAL
             Status|REPORTED                    |RESOLVED

--- Comment #2 from RKS <rks...@gmail.com> ---
(In reply to Lynx3d from comment #1)
> I'm not the scripting expert here, but isn't this intentional?
> You probably just should call document.refreshProjection()
> 
> If every property change would forcefully update the projection, doing
> several changes would waste a lot of CPU time.

Thanks, document.refreshProjection() works.

I actually expected that there might be some step to notify the change. But it
is not necessary that doing multiple updates waste CPU in general sense. Some
APIs may use some mechanism to mark the current state as dirty and will update
during next refresh. In that case, there will not be any need to manually
notify.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to