9266914f84
generated by the Glasgow Haskell Compiler (GHC). The ThreadScope program allows us to debug the parallel performance of Haskell programs. Using Threadscope we can check to see that work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing. WWW: http://hackage.haskell.org/package/threadscope Obtained from: FreeBSD Haskell
11 lines
437 B
Haskell
11 lines
437 B
Haskell
--- ./GUI/Timeline/Render.hs.orig 2011-12-07 01:21:24.000000000 +0100
|
|
+++ ./GUI/Timeline/Render.hs 2011-12-07 01:24:29.000000000 +0100
|
|
@@ -91,7 +91,7 @@
|
|
region exposeRegion
|
|
clip
|
|
setSourceSurface surface 0 (-vadj_value)
|
|
- -- ^^ this is where we adjust for the vertical scrollbar
|
|
+ -- this is where we adjust for the vertical scrollbar
|
|
setOperator OperatorSource
|
|
paint
|
|
when (scaleValue params > 0) $ do
|