Remove logging in _on_contents_size_changed
Otherwise this will be logged once for every element.
This commit is contained in:
parent
d87a255c0a
commit
1d82ea8740
@ -118,7 +118,6 @@ class HintLabel(QLabel):
|
|||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def _on_contents_size_changed(self):
|
def _on_contents_size_changed(self):
|
||||||
"""Reposition hints if contents size changed."""
|
"""Reposition hints if contents size changed."""
|
||||||
log.hints.debug("Contents size changed...!")
|
|
||||||
if self.elem.frame() is None:
|
if self.elem.frame() is None:
|
||||||
# This sometimes happens for some reason...
|
# This sometimes happens for some reason...
|
||||||
self.hide()
|
self.hide()
|
||||||
|
Loading…
Reference in New Issue
Block a user