Merge pull request #3301 from enquora/_CPAutocompleteMenu-fix-cold-build-warning

Fix undeclared _clientView instance variable in CPRulerView
This commit is contained in:
David Richardson
2026-08-28 20:58:43 -06:00
committed by GitHub
+2
View File
@@ -215,6 +215,8 @@ CPRulerOrientationVertical = 1;
CPScrollView _scrollView @accessors(property=scrollView);
CPRulerOrientation _orientation @accessors(property=orientation);
CPView _clientView;
float _ruleThickness @accessors(property=ruleThickness);
float _reservedThicknessForMarkers;
CPArray _markers;