Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit e4a5356

Browse files
author
Yuncong Zhang
committed
Change _coordinate to internal.
1 parent 972cc2d commit e4a5356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/widgets/scroll_position.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected ScrollPosition(
4747

4848
public readonly string debugLabel;
4949

50-
public readonly object _coordinator;
50+
internal readonly object _coordinator;
5151

5252
public float minScrollExtent {
5353
get { return this._minScrollExtent.Value; }

0 commit comments

Comments
 (0)