FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
61 stars 15 forks source link

UiEditor: Loading a form with a trackBar with the Interval property set fails. #39

Closed FellippeHeitor closed 6 years ago

FellippeHeitor commented 6 years ago

Interval seems to always be set to 1. Loading a form with a trackbar with interval value of, say, 5 will show as 1; changing to 5 will not work (probably because 5 is already somewhere in memory); setting to different value works, then setting to 5 works again.