X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooTrackView.java;h=22c7eccce7edfe962336bd8caa989ea4ef24eef0;hp=854cfec806308b0680360ea5a0f41c1999b4301a;hb=068401ca0cb0e4f38b1368b357ef7705ac4d21fd;hpb=2912be43ad600a2393a5a63e074c3d9c9144f6c1 diff --git a/MooTrackView.java b/MooTrackView.java index 854cfec..22c7ecc 100644 --- a/MooTrackView.java +++ b/MooTrackView.java @@ -151,6 +151,7 @@ public class MooTrackView extends JPanel { public void mouseEntered(MouseEvent e) { // Moosique.setActiveChannel(track.getChannel()); + grabFocus(); } } }