From 359b557176b9bb2ff1aed2082641eed39c358d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 27 May 2020 14:58:02 +0200 Subject: New upstream version 5.1.2a --- app/bin/dlayer.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/bin/dlayer.c') diff --git a/app/bin/dlayer.c b/app/bin/dlayer.c index 925b1f8..70f613f 100644 --- a/app/bin/dlayer.c +++ b/app/bin/dlayer.c @@ -441,7 +441,7 @@ static paramData_t layerPLs[] = { #define I_LIST (0) { PD_DROPLIST, NULL, "layer", PDO_LISTINDEX|PDO_DLGNOLABELALIGN, (void*)250 }, #define I_NAME (1) - { PD_STRING, layerName, "name", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)(250-54), N_("Name"), 0, (void *)sizeof(layerName) }, + { PD_STRING, layerName, "name", PDO_NOPREF|PDO_STRINGLIMITLENGTH, (void*)(250-54), N_("Name"), 0, 0, sizeof(layerName) }, #define I_COLOR (2) { PD_COLORLIST, &layerColor, "color", PDO_NOPREF, NULL, N_("Color") }, #define I_VIS (3) @@ -545,7 +545,7 @@ static void DoLayerOp(void * data) UpdateLayerDlg(); if (layoutLayerChanged) { - MainProc(mainW, wResize_e, NULL); + MainProc(mainW, wResize_e, NULL, NULL); layoutLayerChanged = FALSE; changed = TRUE; SetWindowTitle(); @@ -773,7 +773,7 @@ DefaultLayerProperties(void) UpdateLayerDlg(); if (layoutLayerChanged) { - MainProc(mainW, wResize_e, NULL); + MainProc(mainW, wResize_e, NULL, NULL); layoutLayerChanged = FALSE; } } @@ -992,7 +992,7 @@ static void LayerOk(void * junk) } if (layoutLayerChanged) { - MainProc(mainW, wResize_e, NULL); + MainProc(mainW, wResize_e, NULL, NULL); } wHide(layerW); -- cgit v1.2.3