|
|
|
@ -307,10 +307,6 @@ def highlight_selection():
|
|
|
|
|
Given the current move bounding box, highlights any points inside it. |
|
|
|
|
""" |
|
|
|
|
|
|
|
|
|
# TODO: There's an edge case here |
|
|
|
|
# The edge case is that if you click and drag up top_left becomes |
|
|
|
|
# bottom right so there must be a condition where they should be |
|
|
|
|
# swapped. |
|
|
|
|
top_left = get_bb_top_left() |
|
|
|
|
bottom_right = get_bb_bottom_right() |
|
|
|
|
|
|
|
|
|