floppyhammer

Results 36 comments of floppyhammer

@lo48576 Is there any way to modify nodes in the `for id in iter` loop? For example, instead of using `arena[id].get()`, what if I want to use `arena[id].get_mut()`? Which won't...

@lo48576 Unfortunately it doesn't work. The exactly same compile error has been thrown. Just can't have two mutable borrows at the same time if my work is to modify the...

@lo48576 It surely works! Thank you!

Still experiencing this on Windows with a 2K monitor. Any progress?

@Variable-ind Unfortunately no. However, along with allowing hidpi, it works perfectly on Windows.

I use another library (allsorts) for that.

Is there any workaround that can currently be used to access raw extension data?

> I'm not sure if this fix works, take the `button` example with a black background: > > Before (main) > After (this PR) > I don't think these artifacts...

The artifacts brought up by @chompaa are due to how we draw borders. Given a rect, we extend the rect edge inwards to make the border, which has the exact...

@asafigan I'm not sure. We may need to run all the UI related examples to make sure this isn't causing other issues.