You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few things that will cause GRIP to spit out an endless stream of "IA__gtk_range_set_range: assertion `min < max' failed" messages. I think that I've figured out the cause - the internet says that this error is thrown by slider controls. Given the strict less-than there, I suspect that the slider's initial state - [0,0] - might be violating this assertion and causing the message. Is there a way to initialize history or the history slider such that this isn't the case?
The text was updated successfully, but these errors were encountered:
There are a few things that will cause GRIP to spit out an endless stream of "IA__gtk_range_set_range: assertion `min < max' failed" messages. I think that I've figured out the cause - the internet says that this error is thrown by slider controls. Given the strict less-than there, I suspect that the slider's initial state - [0,0] - might be violating this assertion and causing the message. Is there a way to initialize history or the history slider such that this isn't the case?
The text was updated successfully, but these errors were encountered: