From 72a451b139fb87f1d4c546946280610990a61767 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 5 Nov 2020 16:05:06 +0100 Subject: [PATCH] fixed selecting large regions for copying with mouse --- mapeditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mapeditor.cpp b/mapeditor.cpp index f9aab990..ee813456 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1276,6 +1276,7 @@ EX namespace mapeditor { void list_spill(cellwalker tgt, cellwalker src, manual_celllister& cl) { spill_list.clear(); spill_list.emplace_back(tgt, src); + if(painttype == 7) return; int crad = 0, nextstepat = 0; for(int i=0; i