forked from canneverbe/Ketarin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ObjectListView.cs with changes from a more recent version from the original author. These changes protected against the specific crash that was reported and protected against some other potential crashes, but still left a similar crash. The similar crash was fixed by changing AddRange() to Add() for individual items. This makes the program slower, possibly noticeably slower. Also removed #if MONO code, since the updates from the newer ObjectListView eliminate the need.
- Loading branch information
Tom Francis
committed
Sep 28, 2020
1 parent
45e7ace
commit 66059b1
Showing
1 changed file
with
54 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters