Skip to content

Fix nullptr crash on Windows

Alexander Lohnau requested to merge work/fix_nullptr_crash into release/20.08

The value of the UI elements is set inside of a #ifndef Q_OS_WIN stamement. Consequently the values are null when we are trying to acess them and dolphin crashes every time.

This is a regression from e6ea3ab4

@meven @vonreth

Merge request reports