APercy / automobiles_pck

automobiles mod for minetest
MIT License
14 stars 8 forks source link

Make painter form scrollbars draggable #8

Closed MrRar closed 2 years ago

MrRar commented 2 years ago

This PR make painter form scroll bars draggable The problem is that if you resend the player the formspec, their scrollbar drag will end. Scrollbars produce constant output when they are being dragged so you can't resend the formspec whenever getting scrollbar changes. The solution is to set a timer. If the player moves the scrollbar again, cancel the timer. When the timer expires resend the formspec. I used this technique in my edit_skin mod.

Other changes:

Other problems with painter (this PR does not fix):

MrRar commented 2 years ago

@APercy What do you think about issue #7