commit | 40e49ac7b52713fef8cc8b623ad78a4ef0cd55e3 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Wed Jan 18 16:51:30 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Jan 18 13:09:56 2012 -0500 |
tree | 7955b105c915939106b980b8143f47d15b75fe3b | |
parent | 08fcbf0f3d1995b8b895a8811845b2f30ad21a40 [diff] |
desktop-shell: fix the unlock dialog decorations The decorations were not responding, could not move or resize the dialog, and it painted with a black shade. When the dialog is created, schedule a resize instead of a repaint. The resize will initialise the widget tree, and let everything draw and work as it should. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>