Add Protect Command to History
Dieser Commit ist enthalten in:
Ursprung
88e8a2d51e
Commit
123339e542
@ -198,7 +198,8 @@ public class Region {
|
||||
}
|
||||
|
||||
public void protect(Schematic schem) throws IOException, NoClipboardException {
|
||||
prototype.protect(this, schem);
|
||||
initSessions();
|
||||
undosessions.push(prototype.protect(this, schem));
|
||||
}
|
||||
|
||||
public boolean hasExtensionAreaRegistered() {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren