Turn off debugPaintPointersEnabled (#5441)

I accidentally checked in this as true in my patch improving this feature.
This commit is contained in:
Ian Hickson 2016-08-16 14:59:02 -07:00 committed by GitHub
parent 8fa6c4d2d7
commit 998273a3bc

View File

@ -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;