Kamil Lewan
Kamil Lewan
Ok, I can confirm that in "my" project. I have had the same issue ( segmentation fault ) in `Screen::mDragWidget` and this commit fixes it for me. Thanks a lot...
Hi, is anyone working on this, because I don't want to duplicate effort. EDIT: Ok, so If nobody is working on it I will try to fix, but it may...
Ok, as I don't see better place... As I understand: ``` const struct nk_command *cmd = 0; nk_foreach(cmd, this->ctx_ptr){ switch (cmd->type) { case NK_COMMAND_NOP: break; case NK_COMMAND_SCISSOR: [HERE] case NK_COMMAND_LINE:...