fix: fix for bug mentioned in 13d68c7c24\#commitcomment-35504643

This commit is contained in:
Simone Margaritelli 2019-10-15 13:17:26 +02:00
parent 0e9f9c0f2e
commit aa60a369a9

@ -29,7 +29,7 @@ class View(object):
self._lock = Lock()
self._voice = Voice(lang=config['main']['lang'])
self._implementation = impl
self._layout = impl.layout(config)
self._layout = impl.layout()
self._width = self._layout['width']
self._height = self._layout['height']
self._state = State(state={