Skip to content

wacom: Avoid poking disposed object

Carlos Garnacho requested to merge wip/carlosg/fix-wacom-crash into master

A little above in the function, we update the page UI, maybe destroying the bits that allow decoupling display-attached tablets from their display. Later on, we unconditionally update its GtkSwitch.

This can't bode well on tablets where the widget was already destroyed.

Merge request reports