View Single Post
08-08-19, 10:14 AM   #13
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Originally Posted by Rilgamon View Post
Like I said, the "problem" is probably somewere else...ace3?
Holy moly. I was wrong. I tried the prints in `GetOptions` again. I dont know
what I did before but now it prints it everytime when I do something, like clicking
the toggle button:

Code:
get options
value changed: true
Create Grid
get options
value changed: false
Hide Grid
get options
value changed: true
Show Grid
get options
value changed: false
Hide Grid
get options
value changed: true
Show Grid
Seems like to be the expected behaviour. Garbage collector cleans it up. But still a bit annoying.

Last edited by Lybrial : 08-08-19 at 11:13 AM.
  Reply With Quote