Fix wrong flag set in NWidgetBase::SetDirty
This commit is contained in:
@@ -773,7 +773,7 @@ NWidgetBase::NWidgetBase(WidgetType tp) : ZeroedMemoryAllocator()
|
||||
void NWidgetBase::SetDirty(Window *w)
|
||||
{
|
||||
this->base_flags |= WBF_DIRTY;
|
||||
w->flags |= WF_DIRTY;
|
||||
w->flags |= WF_WIDGETS_DIRTY;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user