7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 18:11:42 +00:00

Decrease hittest region so we don't get long clarification lists.

This commit is contained in:
Jeff Young 2020-05-30 11:25:52 +01:00
parent a6eaa3257a
commit 5d52378b80

View File

@ -51,7 +51,7 @@ SELECTION_CONDITION PL_CONDITIONS::Idle = [] (const SELECTION& aSelection )
};
#define HITTEST_THRESHOLD_PIXELS 5
#define HITTEST_THRESHOLD_PIXELS 3
PL_SELECTION_TOOL::PL_SELECTION_TOOL() :