You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 0.25.0, specifically in MR #2036, the ::bounds(&self) method has been deprecated. But there has been no way to get the x and y offsets out of that view since that deprecation - is there any way that something can be reintroduced alongside the newly minted ::dimentions(&self) call?
In my case, I use it in a ::change_bounds() call in order to shift the bounds around by a relative margin.
The text was updated successfully, but these errors were encountered:
As of 0.25.0, specifically in MR #2036, the
::bounds(&self)
method has been deprecated. But there has been no way to get the x and y offsets out of that view since that deprecation - is there any way that something can be reintroduced alongside the newly minted::dimentions(&self)
call?In my case, I use it in a
::change_bounds()
call in order to shift the bounds around by a relative margin.The text was updated successfully, but these errors were encountered: