autochop: Avoid moving menu options around when toggling burrows

develop
lethosor 2017-05-05 17:31:54 -04:00
parent adb14491d0
commit 5c784f4ba3
1 changed files with 1 additions and 0 deletions

@ -587,6 +587,7 @@ public:
if (burrows_column.getSelectedElems().size() > 0)
{
OutputString(COLOR_GREEN, x, y, "Will chop in selected burrows", true, left_margin);
++y;
}
else
{