Method 1 for redrawing

This commit is contained in:
naydef 2025-04-08 18:05:45 +00:00 committed by GitHub
parent 45daf12ab1
commit bd91ca8b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -883,6 +883,7 @@ class Widget : ReflectableProperties {
EnableWindow(hwnd, yes);
}
setDynamicState(DynamicState.disabled, yes);
redraw();
}
private string disabledReason_;