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/UI
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
..
GraphEditorPanel.cpp AudioPluginHost: Display format of loaded plugins in graph view 2021-09-30 14:19:25 +01:00
GraphEditorPanel.h Updated all license headers 2020-06-29 08:30:22 +01:00
MainHostWindow.cpp AudioPluginHost: Call setUsingNativeTitleBar() before restoreWindowStateFromString() 2022-02-02 19:59:56 +01:00
MainHostWindow.h AudioPluginHost: Add subprocess plugin scanning feature 2021-10-14 16:56:20 +01:00
PluginWindow.h AudioPluginHost: Remove parameter listeners in PluginDebugWindow destructor 2021-12-20 09:24:01 +00:00