Skip to content

GUI/ElementWidgets: block our own signals intead of component widgets

Ilia Kats requested to merge iliakats/kbibtex:signalblock into master

Blocking signals of other widgets can disrupt their internal processing and lead to incorrect behavior or even crashes. See for example frameworks/ktexteditor!542 (closed)

Merge request reports