1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/AudioPluginHost
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
..
Builds Resave all projects 2022-01-26 13:06:01 +00:00
JuceLibraryCode AudioPluginHost: Embed the assets required for internal plug-ins 2021-11-08 14:08:05 +00:00
Source AudioPluginHost: Call setUsingNativeTitleBar() before restoreWindowStateFromString() 2022-02-02 19:59:56 +01:00
AudioPluginHost.jucer Remove some unused properties from .jucer files and re-save all projects 2022-01-25 11:25:08 +00:00
CMakeLists.txt AudioPluginHost: Embed the assets required for internal plug-ins 2021-11-08 14:08:05 +00:00