Hello,
I have a very strange issue, and I absolutely not identify what’s the problem : in all the project I compile with OF i get a double title bar as you can see in the image bellow.
Anyone know where can I dig to resolve this issue ?
Thanks,
Hello,
I have a very strange issue, and I absolutely not identify what’s the problem : in all the project I compile with OF i get a double title bar as you can see in the image bellow.
Anyone know where can I dig to resolve this issue ?
Thanks,
@Poulp, I found the solution (and your comments also) here http://discourse.glfw.org/t/double-menu-bar-on-certain-osx-machines/897/7
could you open an issue on our github pointing to this post and the one in the glfw forum? thanks!
for my own future reference I will repost the solution found in the link mentioned by @Poulp
Hey! Quick update here, I just found out what it was. It is the “tab bar”. So I probably need a way to define the window as tabless. Haven’t fixed it yet, but I found a workaround! If you have the window selected, and go up to “Window”, you can choose to “Hide Tab Bar”.
I’ll keep looking for the final solution, but wanted to post the update first. Doug, it looks like your instincts were correct, likely not a GLFW issue. Thanks for the help!