mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 05:10:01 +03:00
Method 1 for redrawing
This commit is contained in:
parent
45daf12ab1
commit
bd91ca8b01
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue