Fixed the "Set active" button in InstructionView
[Mograsim.git] / plugins / net.mograsim.machine / src / net / mograsim / machine / mi / AssignableMicroInstructionMemory.java
index 5fe753e..b0ab5a4 100644 (file)
@@ -21,6 +21,7 @@ public class AssignableMicroInstructionMemory implements MicroInstructionMemory,
                this.real.deregisterObserver(this);
                this.real = real;
                real.registerObserver(this);
+               notifyObservers(-1);
        }
 
        @Override