Turn off debugPaintPointersEnabled (#5441)
I accidentally checked in this as true in my patch improving this feature.
This commit is contained in:
parent
8fa6c4d2d7
commit
998273a3bc
@ -48,7 +48,7 @@ Color debugPaintLayerBordersColor = const Color(0xFFFF9800);
|
||||
///
|
||||
/// For details on how to support this in your [RenderBox] subclass, see
|
||||
/// [RenderBox.debugHandleEvent].
|
||||
bool debugPaintPointersEnabled = true;
|
||||
bool debugPaintPointersEnabled = false;
|
||||
|
||||
/// The color to use when reporting pointers for [debugPaintPointersEnabled].
|
||||
int debugPaintPointersColorValue = 0x00BBBB;
|
||||
|
Loading…
x
Reference in New Issue
Block a user