Allow modifying the region of a BlockArrayClipboard

Dieser Commit ist enthalten in:
Matthew Miller 2018-10-24 16:50:15 +10:00
Ursprung 275a2fa887
Commit 93de97dc19

Datei anzeigen

@ -70,7 +70,7 @@ public class BlockArrayClipboard implements Clipboard {
@Override
public Region getRegion() {
return region.clone();
return region;
}
@Override