GUI: Fix compilation when the event recorder is enabled

This commit is contained in:
Cameron Cawley 2020-06-15 16:59:56 +01:00
parent 00e3c03755
commit 6f1b1c8525

View file

@ -94,7 +94,7 @@ void RecorderDialog::reflowLayout() {
if (g_gui.xmlEval()->getVar("Globals.RecorderDialog.ExtInfo.Visible") == 1) {
int16 x, y;
uint16 w, h;
int16 w, h;
if (!g_gui.xmlEval()->getWidgetData("RecorderDialog.Thumbnail", x, y, w, h)) {
error("Error when loading position data for Recorder Thumbnails");