Skip to content

Fix 'show space' setting not being re-applied

Nazar Kalinowski requested to merge nazark/dolphin:master into master

BUG: 425542

The situation after disabling and enabling again "show space information":

Current (setShown): the widget is not visible at all: DOLPHIN_PRE.png

Bad solution (setVisible): the widget is visible "partially": DOLPHIN_ONLY_VISIBLE.png

Possible a better solution: (setShown + setVisible): the widget is fully visible: DOLPHIN_SHOWN_AND_VISIBLE.png

Edited by Nazar Kalinowski

Merge request reports