Why is the resize filter displayed when drag_resize is set to false?
Hi,
it looks like a bug, we’ll fix it in the nearest update. Right now you can add following css:.dhx_resize_denied .dhx_event_resize {
cursor:default !important;
}
Thanks. I’m already doing that.