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.
ComboBoxText.getIndex calls TreeModelT.getIterFirst which sets the TreeIter model to null.
Then calls TreeIter.getValueString(0) which throws an exception because the TreeIter model is null.
gtkd master (mar 29 2015)
dmd64 2.067
The text was updated successfully, but these errors were encountered:
ComboBoxText.getIndex calls TreeModelT.getIterFirst which sets the TreeIter model to null.
Then calls TreeIter.getValueString(0) which throws an exception because the TreeIter model is null.
gtkd master (mar 29 2015)
dmd64 2.067
The text was updated successfully, but these errors were encountered: