X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooNoteElement.java;h=9ed1ab9b2004f4a4023cd1467b7343c5ea9e8fd8;hb=a8dda23889d7c48a8b3313e2a141ed378bf8ff1c;hp=459bf5bde05334adfd19919c7632c15289289831;hpb=2987fea4ec5854c2431e042f17daf5a923c438a1;p=moosique.git diff --git a/MooNoteElement.java b/MooNoteElement.java index 459bf5b..9ed1ab9 100644 --- a/MooNoteElement.java +++ b/MooNoteElement.java @@ -250,8 +250,11 @@ public class MooNoteElement extends JPanel { public void actionPerformed(ActionEvent e) { Object source = e.getSource(); if (source == popupProp) { + System.out.println("Duration: " + note.getDuration()); new MooDialog(note); + System.out.println("Duration: " + note.getDuration()); newLayout(); + repaint(); } else if (source == popupRemove) { remove(); } else if (source == popupTranspOctUp) {