Closed mmstick closed 6 years ago
Fixes #139
The fix in this PR is just the if (vrow == null) { return; } line. I'm not sure why variant_listbox.row_selected is triggered when unselecting rows, which then attempts to process a row which does not exist.
if (vrow == null) { return; }
variant_listbox.row_selected
Fixes #139
The fix in this PR is just the
if (vrow == null) { return; }
line. I'm not sure whyvariant_listbox.row_selected
is triggered when unselecting rows, which then attempts to process a row which does not exist.