diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/kle2xy.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/kle2xy.py b/lib/python/kle2xy.py index bff1d025b..003476f92 100644 --- a/lib/python/kle2xy.py +++ b/lib/python/kle2xy.py | |||
| @@ -110,8 +110,8 @@ class KLE2xy(list): | |||
| 110 | 110 | ||
| 111 | else: | 111 | else: |
| 112 | current_key['name'] = key | 112 | current_key['name'] = key |
| 113 | current_key['row'] = current_row | 113 | current_key['row'] = round(current_row, 2) |
| 114 | current_key['column'] = current_col | 114 | current_key['column'] = round(current_col, 2) |
| 115 | 115 | ||
| 116 | # Determine the X center | 116 | # Determine the X center |
| 117 | x_center = (current_key['width'] * self.key_width) / 2 | 117 | x_center = (current_key['width'] * self.key_width) / 2 |
