File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -1959,22 +1959,22 @@ void ScheduleUpdateChart()
1959
1959
1960
1960
void ResetAnnotation ( )
1961
1961
{
1962
- int i = _annotationLayout . Children . Count - 1 ;
1962
+ int i = _annotationLayout . Children . Count - 1 ;
1963
1963
1964
- if ( i < 0 )
1965
- {
1966
- return ;
1967
- }
1964
+ if ( i < 0 )
1965
+ {
1966
+ return ;
1967
+ }
1968
1968
1969
- do
1970
- {
1971
- if ( _annotationLayout . Children [ i ] is not AnnotationDrawableView view )
1972
- {
1973
- _annotationLayout . Children . RemoveAt ( i ) ;
1974
- }
1969
+ do
1970
+ {
1971
+ if ( _annotationLayout . Children [ i ] is not AnnotationDrawableView view )
1972
+ {
1973
+ _annotationLayout . Children . RemoveAt ( i ) ;
1974
+ }
1975
1975
1976
- i -- ;
1977
- } while ( i >= 0 ) ;
1976
+ i -- ;
1977
+ } while ( i >= 0 ) ;
1978
1978
}
1979
1979
1980
1980
void RemoveAnnotation ( int index , object item )
You can’t perform that action at this time.
0 commit comments