diff --git a/mapeditor.cpp b/mapeditor.cpp index f4d3a04e..b9f3b1ba 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1628,7 +1628,7 @@ EX namespace mapeditor { void allInPattern(cellwalker where) { manual_celllister cl; - if(!patterns::whichPattern) { + if(!patterns::whichPattern || texture::config.tstate == texture::tsActive) { editAt(where, cl); return; }