This commit is contained in:
parent
974947b400
commit
85b66d0d9a
9 changed files with 25 additions and 24 deletions
|
|
@ -194,7 +194,7 @@ static void llclipboardhandler(MwLL handle, void* data) {
|
|||
}
|
||||
|
||||
static void lldraganddrophandler(MwLL handle, void* data) {
|
||||
MwWidget h = (MwWidget)handle->common.user;
|
||||
MwWidget h = (MwWidget)handle->common.user;
|
||||
if(MwGetInteger(h, MwNdisabled) == 1) return;
|
||||
|
||||
MwDispatchUserHandler(h, MwNdragAndDropHandler, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue