mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #136 from GaborApatiNagy/xs64bit_CA-140636
CA-140636: Creedence XenCenter threw an unexpected error (build 87029)
This commit is contained in:
commit
c58ad08894
@ -506,7 +506,9 @@ namespace XenAdmin.Controls.CustomDataGraph
|
||||
{
|
||||
int setindex = ArchiveMaintainer.Archives[currentwidth].Sets.IndexOf(set);
|
||||
todraw = new List<DataPoint>(ArchiveMaintainer.Archives[currentwidth].Sets[setindex].Points);
|
||||
set.MergePointCollection(set.BinaryChop(set.Points, new DataTimeRange(ScrollViewLeft.Ticks, todraw[todraw.Count - 1].X, GraphResolution.Ticks)), todraw);
|
||||
|
||||
if (todraw.Count > 0)
|
||||
set.MergePointCollection(set.BinaryChop(set.Points, new DataTimeRange(ScrollViewLeft.Ticks, todraw[todraw.Count - 1].X, GraphResolution.Ticks)), todraw);
|
||||
}
|
||||
|
||||
set.RefreshCustomY(everything, todraw);
|
||||
|
Loading…
Reference in New Issue
Block a user