X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooNoteElement.java;h=9ed1ab9b2004f4a4023cd1467b7343c5ea9e8fd8;hp=1c6dadf50f1547fd7235441d7bb4d3f6956a413d;hb=a8dda23889d7c48a8b3313e2a141ed378bf8ff1c;hpb=17d535e703a8ba178ad816d0a0cf4fa1ac787e5b diff --git a/MooNoteElement.java b/MooNoteElement.java index 1c6dadf..9ed1ab9 100644 --- a/MooNoteElement.java +++ b/MooNoteElement.java @@ -250,7 +250,9 @@ 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) {