GUI: Fix compilation when the event recorder is enabled
This commit is contained in:
parent
00e3c03755
commit
6f1b1c8525
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue