X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooNoteElement.java;h=1c6dadf50f1547fd7235441d7bb4d3f6956a413d;hp=459bf5bde05334adfd19919c7632c15289289831;hb=d2e307b3375152f1b47c59bc05210c96dc99f679;hpb=2987fea4ec5854c2431e042f17daf5a923c438a1 diff --git a/MooNoteElement.java b/MooNoteElement.java index 459bf5b..1c6dadf 100644 --- a/MooNoteElement.java +++ b/MooNoteElement.java @@ -252,6 +252,7 @@ public class MooNoteElement extends JPanel { if (source == popupProp) { new MooDialog(note); newLayout(); + repaint(); } else if (source == popupRemove) { remove(); } else if (source == popupTranspOctUp) {