IsmAvatar / LateralGM

A free Game Maker source file editor
http://lateralgm.org/
Other
95 stars 25 forks source link

Array List Model Update Fix #484

Closed RobertBColton closed 4 years ago

RobertBColton commented 4 years ago

This fixes the underlying issue that caused #482 by making ArrayListModel call intervalAdded() and intervalRemoved() instead of contentsChanged() when items are added and removed from the model.

This class honestly could have just extended AbstractListModel instead of reinventing the wheel.