diff options
Diffstat (limited to 'lib/python/Components/GUIComponent.py')
| -rw-r--r-- | lib/python/Components/GUIComponent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/GUIComponent.py b/lib/python/Components/GUIComponent.py index b84cf8c2..5483d181 100644 --- a/lib/python/Components/GUIComponent.py +++ b/lib/python/Components/GUIComponent.py @@ -19,4 +19,4 @@ class GUIComponent: skin.applyAllAttributes(self.instance, desktop, self.skinAttributes) def move(self, x, y): - self.instance.move(ePoint(int(x), int(y)))
\ No newline at end of file + self.instance.move(ePoint(int(x), int(y))) |
