Make TextOverlay non-clickable; fix NextLevelOverlay
commit441d03086d5d67796d79a903bde3bb9cfc29fe05
authorThomas Perl <thp@perli.net>
Sun, 24 May 2009 19:20:51 +0000 (24 21:20 +0200)
committerThomas Perl <thp@perli.net>
Sun, 24 May 2009 19:20:51 +0000 (24 21:20 +0200)
tree23723f45a3adb82d036fa92939d16cf61213971d
parent921f3983498df66b525fadce7a4909cf42979328
Make TextOverlay non-clickable; fix NextLevelOverlay

Make TextOverlay ignore all events, so that mouse and
other events are passed through to the other widgets.

Fix NextLevelOverlay for non-480x800 screen resolutions
by scaling the preview image accordingly and centering
it on the dialog. Add the "next" button to the dialog.
Overlay.cpp