mirror of https://github.com/adamdruppe/arsd.git
Method 1 for redrawing
This commit is contained in:
parent
45daf12ab1
commit
bd91ca8b01
|
|
@ -883,6 +883,7 @@ class Widget : ReflectableProperties {
|
||||||
EnableWindow(hwnd, yes);
|
EnableWindow(hwnd, yes);
|
||||||
}
|
}
|
||||||
setDynamicState(DynamicState.disabled, yes);
|
setDynamicState(DynamicState.disabled, yes);
|
||||||
|
redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
private string disabledReason_;
|
private string disabledReason_;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue