39404142434445464748
protected void doPerformAction() { Map map = editor.getCurrentMap(); int layerIndex = editor.getCurrentLayerIndex(); if (layerIndex > 0) { map.swapLayerDown(layerIndex); editor.setCurrentLayer(layerIndex - 1); } } }