Rob Loach

Results 831 comments of Rob Loach

Not happening for me on your `fix-panel-clipping` branch... this is on x11 and sdl_opengl3 ![Screenshot from 2024-09-27 00-47-21](https://github.com/user-attachments/assets/3a3a5fe1-622b-40f9-9551-9c7c22aa79c4)

Ah, there we go. It's when the window border covers the combo box :+1: . ![Screenshot from 2024-09-27 11-21-54](https://github.com/user-attachments/assets/22b9bc1a-2a3c-4c69-8d47-7efbf18c5fa4)

Looks like this was from https://github.com/Immediate-Mode-UI/Nuklear/pull/592 . Anywhere else we need to update here? Thanks for investigating.

I had a test on this, and it seems to work for me. Anything else we should consider before merging? As for which value is for which, I'd love for...

While this looks okay to me, I think it would be good if we got some others to take a look. Thanks!

I've seen this too, and I'm not entirely sure where it popped up.

Confirmed... ``` diff diff --git a/demo/glfw_opengl3/main.c b/demo/glfw_opengl3/main.c index 0b6431a..9e30679 100644 --- a/demo/glfw_opengl3/main.c +++ b/demo/glfw_opengl3/main.c @@ -192,7 +192,7 @@ int main(void) * defaults everything back into a default state. * Make...

I've gone all the back to April, 2020 at https://github.com/Immediate-Mode-UI/Nuklear/commit/b939d43ed6048cc05cd5d71e99afcdc71a56aea0 , and still can't find when this was actually working :thinking:

> option to make the existing action buttons ínto icons without a label This is an interesting idea, and would more closely match the Civ 5 UI.

> I sugest adding an checkbox, wich will work only when there is at last 2 AI oponets present, it checked it will prevent AI from setting capital ASAP You...