Closed up-to-you closed 4 years ago
Ubuntu 19.10 4k display
Using imgui example_sdl_opengl3 with new mahi gui window :
example_sdl_opengl3
The blue bar is is displayed:
Dragging mouse 1 mm higher cause the bar to disappear:
1 mm
The only thing i modified in mahi-gui sources is the line in: https://github.com/mahilab/mahi-gui/blob/master/src/Mahi/Gui/imgui_plot.cpp#L168
removed ternary operator for highlited field due to compilation error.
highlited
Hi, thanks for the notice. The bar plot was being culled incorrectly. I temporarily disabled this so that it should work. I also fixed the compilation error. Thank you!
Ubuntu 19.10 4k display
Using imgui
example_sdl_opengl3
with new mahi gui window :The blue bar is is displayed:
Dragging mouse
1 mm
higher cause the bar to disappear:The only thing i modified in mahi-gui sources is the line in: https://github.com/mahilab/mahi-gui/blob/master/src/Mahi/Gui/imgui_plot.cpp#L168
removed ternary operator for
highlited
field due to compilation error.