Add FIXME comment
This commit is contained in:
parent
b5caf22bdb
commit
35c11f13ab
@ -414,6 +414,7 @@ class TimelineWidget (gtk.DrawingArea):
|
|||||||
self.__redraw ()
|
self.__redraw ()
|
||||||
|
|
||||||
gc = gtk.gdk.GC (self.window)
|
gc = gtk.gdk.GC (self.window)
|
||||||
|
# FIXME: Accept a subregion here to speed up partial expose.
|
||||||
self.window.draw_drawable (gc, self.__offscreen, 0, 0, 0, 0, -1, -1)
|
self.window.draw_drawable (gc, self.__offscreen, 0, 0, 0, 0, -1, -1)
|
||||||
self.__draw_position (self.window)
|
self.__draw_position (self.window)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user