mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
BPB(tm)
Original commit message from CVS: BPB(tm)
This commit is contained in:
parent
ebf47e1442
commit
2e4782697b
1 changed files with 0 additions and 2 deletions
|
@ -165,7 +165,6 @@ class FVUMeter(gtk.DrawingArea):
|
||||||
self.style.set_background(self.window, gtk.STATE_NORMAL)
|
self.style.set_background(self.window, gtk.STATE_NORMAL)
|
||||||
|
|
||||||
def do_expose_event(self, event):
|
def do_expose_event(self, event):
|
||||||
print 'foo'
|
|
||||||
self.chain(event)
|
self.chain(event)
|
||||||
|
|
||||||
x, y, w, h = self.allocation
|
x, y, w, h = self.allocation
|
||||||
|
@ -236,6 +235,5 @@ class FVUMeter(gtk.DrawingArea):
|
||||||
self.leftborder + vumeter_width + 5,
|
self.leftborder + vumeter_width + 5,
|
||||||
self.topborder + int(vumeter_height / 2 - layout_height / 2),
|
self.topborder + int(vumeter_height / 2 - layout_height / 2),
|
||||||
layout)
|
layout)
|
||||||
print 'bar'
|
|
||||||
|
|
||||||
gobject.type_register(FVUMeter)
|
gobject.type_register(FVUMeter)
|
||||||
|
|
Loading…
Reference in a new issue