mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 00:26:32 +00:00
[client] egl: add separator after presets
This commit is contained in:
parent
876a4125bf
commit
239cb6a92b
@ -435,6 +435,7 @@ static void configUI(void * opaque, int * id)
|
|||||||
|
|
||||||
bool redraw = false;
|
bool redraw = false;
|
||||||
redraw |= presetsUI(this);
|
redraw |= presetsUI(this);
|
||||||
|
igSeparator();
|
||||||
|
|
||||||
static size_t mouseIdx = -1;
|
static size_t mouseIdx = -1;
|
||||||
static bool moving = false;
|
static bool moving = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user