mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-15 21:05:37 +00:00
[client] egl: add separator after presets
This commit is contained in:
parent
876a4125bf
commit
239cb6a92b
1 changed files with 1 additions and 0 deletions
|
@ -435,6 +435,7 @@ static void configUI(void * opaque, int * id)
|
|||
|
||||
bool redraw = false;
|
||||
redraw |= presetsUI(this);
|
||||
igSeparator();
|
||||
|
||||
static size_t mouseIdx = -1;
|
||||
static bool moving = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue