mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] egl: perform full damage if a post processing option is changed
This commit is contained in:
parent
9ccd93bfd8
commit
56ec98524c
@ -527,7 +527,7 @@ static void configUI(void * opaque, int * id)
|
||||
if (redraw)
|
||||
{
|
||||
atomic_store(&this->modified, true);
|
||||
app_invalidateWindow(false);
|
||||
app_invalidateWindow(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user