diff view/Pane.cpp @ 785:488add397d34 tonioni

added vertical strip stripes to beginning and end of illuminated note
author matthiasm
date Wed, 11 Jun 2014 21:43:38 +0100
parents 410816717c2c
children 7555b8b17e6e
line wrap: on
line diff
--- a/view/Pane.cpp	Wed Jun 11 19:41:29 2014 +0100
+++ b/view/Pane.cpp	Wed Jun 11 21:43:38 2014 +0100
@@ -1590,7 +1590,8 @@
             FlexiNoteLayer *layer = qobject_cast<FlexiNoteLayer *>(getTopFlexiNoteLayer());
             if (layer) {
                 layer->mouseMoveEvent(this, e); //!!! ew
-                return;
+                update();
+                // return;
             }
         }