Skip to content

[Fix] fix segfault in instructions window

Jonas Toth requested to merge fix_crash_html into master

The Instructions window at the beginning of Part1 in Raa and Strangeness caused a crash if there was mousemovement after pressing the Ok-Button.

The reason is, that Ok was connected to DeleteWindow which is an internal method for destroying the Window. Instead UnmapWindow should have been used.

Fixes #27 (closed)

Merge request reports