File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,6 @@ histogramViewNew builder = do
9494 renderWithDrawWindow win $ do
9595 C. moveTo 4 20
9696 showLayout layout
97- -- GtkExt.stylePaintLayout
98- -- style win
99- -- StateNormal True
100- -- (Rectangle 0 0 w windowHeight)
101- -- histogramDrawingArea ""
102- -- 4 20
103- -- layout
10497 return ()
10598 | otherwise -> do
10699 minterval <- readIORef mintervalIORef
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ renderKEvent keyColour = do
169169renderToPixbuf :: DrawWindowClass dw => dw -> (Int , Int ) -> C. Render ()
170170 -> IO Pixbuf
171171renderToPixbuf similar (w, h) draw = do
172- -- TODO: is this right??? I think so. It seems to work at least :shrug:
173172 renderWithDrawWindow similar draw
174173 pixbuf <- pixbufNewFromWindow similar 0 0 w h
175174 return pixbuf
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ module GUI.Timeline (
2424 timelineCentreOnCursor ,
2525 ) where
2626
27- import Debug.Trace
2827import GUI.Types
2928import GUI.Timeline.Types
3029
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import Events.HECs
2020import GUI.Types
2121import GUI.ViewerColours
2222import GUI.Timeline.CairoDrawing
23- import Debug.Trace
2423
2524import Graphics.UI.Gtk hiding (rectangle )
2625import Graphics.Rendering.Cairo
You can’t perform that action at this time.
0 commit comments