Commit 998273a3 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Turn off debugPaintPointersEnabled (#5441)

I accidentally checked in this as true in my patch improving this feature.
parent 8fa6c4d2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment