[Fix] resedit: Ok, typo's out the way, and it's working as it should.

This commit is contained in:
Allanis 2013-04-13 19:14:16 +01:00
parent d6fda87c30
commit d18303fce0
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ class space:
bg_gc = style.bg_gc[gtk.STATE_NORMAL]
wx, wy, ww, wh = area.get_allocation()
cx = self.x*self.zoom + ww/2
cy = sefl.y*self.zoom + wh/2
cy = self.y*self.zoom + wh/2
r = 15
# Cleanup.
@ -295,7 +295,7 @@ class space:
# Draw circle.
area.window.draw_arc(gc, True, dx-r/2, dy-r/2, r, r, 0, 360*64)
area.window.draw_arc(bg_gc, True, dxr/2+2, dy-r/2+2, r-4, r-4, 0, 360*64)
area.window.draw_arc(bg_gc, True, dx-r/2+2, dy-r/2+2, r-4, r-4, 0, 360*64)
# Draw name.
layout = area.create_pango_layout(sys_name)

Binary file not shown.