Remove logging on resize
This commit is contained in:
parent
23baab1fc0
commit
3b2acf32b5
@ -143,11 +143,6 @@ class MainWindow(QWidget):
|
||||
topleft = QPoint(0, topleft_y)
|
||||
bottomright = self.status.geometry().topRight()
|
||||
rect = QRect(topleft, bottomright)
|
||||
log.misc.debug("confheight: {}, self.height(): {}, height: {}, "
|
||||
"contents_height: {}, self.status.height(): {}, "
|
||||
"topleft: {}, bottomright: {}".format(
|
||||
confheight, self.height(), height, contents_height,
|
||||
self.status.height(), topleft, bottomright))
|
||||
qt_ensure_valid(rect)
|
||||
self.completion.setGeometry(rect)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user