1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/extras/AudioPluginHost/Source
attila 454ff64631 AudioPluginHost: Call setUsingNativeTitleBar() before restoreWindowStateFromString()
Since the window borders are unknown for a short time after window creation on
Linux, restoreWindowStateFromString() needs to adjust the restored position
before passing it on to the XWindow system.

The adjustment is dependent on whether we use the native or the JUCE titlebar.
Hence the adjustment can only be correct if the titlebar configuration has
already happened before calling restoreWindowStateFromString().
2022-02-02 19:59:56 +01:00
..
Plugins AudioPluginHost: Allow Audio IO window to display different channel layouts with matching channel counts 2022-01-27 18:43:21 +00:00
UI AudioPluginHost: Call setUsingNativeTitleBar() before restoreWindowStateFromString() 2022-02-02 19:59:56 +01:00
HostStartup.cpp AudioPluginHost: Call setUsingNativeTitleBar() before restoreWindowStateFromString() 2022-02-02 19:59:56 +01:00
JUCEAppIcon.png Update the JUCE logo 2021-08-23 11:00:36 +01:00