mirror of https://github.com/buggins/dlangui.git
I forgor null check
This commit is contained in:
parent
1b5f6d0508
commit
792b534378
|
@ -1413,6 +1413,7 @@ public:
|
|||
/// request redraw
|
||||
void invalidate() {
|
||||
_needDraw = true;
|
||||
if(window !is null)
|
||||
window.update();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue