mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 23:18:02 -04:00
after using shortcut 'B' selection is cleared
This commit is contained in:
parent
992347767a
commit
67b3538ea7
@ -1023,6 +1023,8 @@ public class CircuitComponent extends JComponent implements Circuit.ChangedListe
|
||||
Vector c1 = mouseControllerSelect.corner1;
|
||||
Vector c2 = mouseControllerSelect.corner2;
|
||||
modify(new ModifySetBits(c1, c2, bits));
|
||||
removeHighLighted();
|
||||
mouseNormal.activate();
|
||||
} catch (NumberFormatException ex) {
|
||||
new ErrorMessage(Lang.get("msg_stringIsNotANumber_N", num)).show(CircuitComponent.this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user