mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-04 15:51:00 +00:00
[client] egl: perform full damage if a post processing option is changed
This commit is contained in:
parent
9ccd93bfd8
commit
56ec98524c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue