summaryrefslogtreecommitdiff
path: root/muse2/muse/driver
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-03-28 00:20:14 +0000
committerTim E. Real <termtech@rogers.com>2011-03-28 00:20:14 +0000
commit9d3d2cbbe21ebed7cb7ddfcd4eb1fb6079582f04 (patch)
tree782d6768979b9ad9de8e9456b5df2d2c095f5c69 /muse2/muse/driver
parenta26d70917c64a2785fc9ea571d1c102d4bac205c (diff)
Reclaim some screen real estate. Set zero margin and spacing in ScrollScale constructor.
Diffstat (limited to 'muse2/muse/driver')
-rw-r--r--muse2/muse/driver/dummyaudio.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/driver/dummyaudio.cpp b/muse2/muse/driver/dummyaudio.cpp
index 0d495ea9..dfa7a86b 100644
--- a/muse2/muse/driver/dummyaudio.cpp
+++ b/muse2/muse/driver/dummyaudio.cpp
@@ -368,6 +368,8 @@ static void* dummyLoop(void* ptr)
{
/*int n = */ poll(&myPollFd, 1 /* npfd */, _pollWait);
count += timer.getTimerTicks();
+ // FIXME FIXME: There is a crash here (or near-lockup, a race condition?) while zipping
+ // the cursor around in an editor (pianoroll, master edit) while arranger is open.
while (drvPtr->cmdQueue.size())
{
Msg &msg = drvPtr->cmdQueue.back();