[meld/ui-next: 12/35] linkmap: Style fix
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/ui-next: 12/35] linkmap: Style fix
- Date: Sat, 16 Feb 2019 21:44:48 +0000 (UTC)
commit e2d35aaf7fb938490476656914e5b4bec2d37680
Author: Kai Willadsen <kai willadsen gmail com>
Date: Tue Feb 12 07:25:22 2019 +1000
linkmap: Style fix
meld/linkmap.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meld/linkmap.py b/meld/linkmap.py
index af555c16..f8446206 100644
--- a/meld/linkmap.py
+++ b/meld/linkmap.py
@@ -97,7 +97,8 @@ class LinkMap(Gtk.DrawingArea):
if (t0 < 0 and t1 < 0) or (t0 > height and t1 > height):
if f0 == f1:
continue
- context.arc(x_steps[0], f0 - 0.5 + RADIUS, RADIUS, q_rad * 3, 0)
+ context.arc(
+ x_steps[0], f0 - 0.5 + RADIUS, RADIUS, q_rad * 3, 0)
context.arc(x_steps[0], f1 - 0.5 - RADIUS, RADIUS, 0, q_rad)
context.close_path()
elif (f0 < 0 and f1 < 0) or (f0 > height and f1 > height):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]