Skip to content

Ignore harmless exception in AutoScrollTool

Carlos Pascual requested to merge github/fork/cpascual/fixdisconnectexcept into develop

A harmless exception is thrown every time that the AutoScrollTool is loaded. It is related to an attempt to disconnect a not connected signal. Handle the exception to ignore it.

Merge request reports