fix font rendering
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...

This commit is contained in:
Nishi 2026-07-26 01:44:01 +09:00
commit 85b66d0d9a
9 changed files with 25 additions and 24 deletions

View file

@ -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);