|
From: <pst...@us...> - 2010-08-28 15:37:41
|
Revision: 825
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=825&view=rev
Author: pstieber
Date: 2010-08-28 15:37:35 +0000 (Sat, 28 Aug 2010)
Log Message:
-----------
Added a screen refresh after using the event dialog.
Modified Paths:
--------------
trunk/jazz/src/PianoWindow.cpp
Modified: trunk/jazz/src/PianoWindow.cpp
===================================================================
--- trunk/jazz/src/PianoWindow.cpp 2010-07-19 14:12:52 UTC (rev 824)
+++ trunk/jazz/src/PianoWindow.cpp 2010-08-28 15:37:35 UTC (rev 825)
@@ -2271,6 +2271,7 @@
case MA_DIALOG:
EventDialog(pEvent, this, mpTrack, Clock, mpTrack->Channel - 1, Pitch);
+ Refresh();
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|