Add logging to completion resizing.

This commit is contained in:
Florian Bruhin 2015-01-28 22:15:57 +01:00
parent 052d4f513c
commit 81b91888f4

View File

@ -289,6 +289,7 @@ class MainWindow(QWidget):
topleft = QPoint(0, topleft_y)
bottomright = self.status.geometry().topRight()
rect = QRect(topleft, bottomright)
log.misc.debug('completion rect: {}'.format(rect))
if rect.isValid():
self._completion.setGeometry(rect)