i see there’s a flag when adding a window to the desktop to give a window it’s natural titlebar for whatever window manager is running. but that doesn’t seem to have any bearing on the remainder of the window – it lacks borders, for example. is there another flag somewhere to add these?
also, the title bar has a tendency to be over drawn by whatever component is stored therein. i guess it’s up to the programmer to ensure that the titlebar area is safe from components? i’m using a resizableWindow with a component as the containerComponent and it defaults to leaving a thing border around all edges (ie, no room at the top).
i add my resizable window to the desktop (with the titlebar flag) before adding the container, so i would expect the container would know what my legit draw area is.
or am i doing things wrong? i’m new to both C++ and juce and i’ve already aborted a few posts after realizing i was doing things wrong or using the wrong components, so it could be me.