Victor Levasseur
Victor Levasseur
Making SetError (and the errors attributes) mutable is a quick and easy solution. However, this isn't clean. Maybe XMLDocument shouln't store errors but functions currently using SetError should return a...
@SophieDonut Now that the dev of the client is happening on the apollo-client repository, I think you have little chance of you're PR getting reviewed. In the v3.0 beta doc,...
Having a bool return value to HandleEvent would definitely be a good idea (CEGUI does the same for example).
Bump.
> When you agreed on this implementation, write the doc (and **squash the commits** ?)
Ok, will do it. :)
The commits are squashed (I did not squash Zax37 commit so that he still appears).
Bump. I fixed a bug causing the scrollbar not to update when adding or removing items.
> Looks like the whole BREW stuff is missing. The whole BREW rendering seems to be integrated inside the widget itself (in `ListBox::invalidateImpl()`). I can change @Zax37 code to put...
Its ListBox implementation doesn't support scrollbars (it keeps growing when items are added). Should I add support for scrollbars (vertical at least) or keep it simple while the user can...