I'm using mark multiple. Should this be disabled for COL / LIN mode?
On 2020-07-12 17:06, John Spikowski wrote:
Hi Antonio,
I can't seem to get anything other than "CELL" to work with IupMatrix
and IupSetAttribute(mat, "MARKMODE","CELL"). If I try COL / LIN nothing
is highlighted when I click o
Hi Antonio,
I can't seem to get anything other than "CELL" to work with IupMatrix
and IupSetAttribute(mat, "MARKMODE","CELL"). If I try COL / LIN nothing
is highlighted when I click on a cell.
Running IUP 3.29 Windows 10 32 bit.
John
___
Iup-users
Hi Scuri,
Here some new issues with IUP.
1. Memory corruption at src/iup_draw.c
variable points has size of 6, but call Polygon with only size 3.
iupdrvDrawPolygon call msvc Polygon function
2. Memory corruption at srcglcontrols/iup_gldraw.c
variable points has size of 6, but call Polygon with o
*1. Possible dereference null at functions iFlatTreeTextEditVALUECHANGED_CB
andiFlatTreeTextEditKCR_CB (src/iup_flatree.c)Function iFlatTreeGetNode can
return NULL, so, var nodefocus can be NULL*
That can never happen in the context of that function.
*2. Uninitialized var used (src/win/iupw
1) OK
2) No. During a IupDestroy, one of the other handles in the array could be
destroyed, so the check must remain.
Best,
Scuri
Em sáb., 11 de jul. de 2020 às 00:31, Ranier Vilela
escreveu:
> De: Antonio Scuri
> Enviado: sexta-feira, 29 de maio de 2020 13:12
> Para: IUP discussion list.
>