summaryrefslogtreecommitdiff
path: root/gtk2_ardour/default_ui_config.in
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-03-10 02:25:25 +1100
committernick_m <mainsbridge@gmail.com>2015-03-10 02:25:25 +1100
commit44d46529959e5fbdfa5e2d13717812cf592c5a6b (patch)
treea6df04c58c16560c6e6cfe80243d609d9e24ef13 /gtk2_ardour/default_ui_config.in
parent2d6e48fb0b7e1ea801ba4f5dc561ebb0b92f7645 (diff)
Introduce theme preference "transients follow front" which, when enabled,
sets transient windows to be transients for the front window when switching between the editor and mixer. This is the current behavior on non-osx builds. When disabled, there is no reparenting of transient windows. This is the current behavior on osx. This preference defaults to off. Also fix "all windows are dialogs" checkbox being out of sync with the ui state.
Diffstat (limited to 'gtk2_ardour/default_ui_config.in')
-rw-r--r--gtk2_ardour/default_ui_config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/default_ui_config.in b/gtk2_ardour/default_ui_config.in
index 00dd56a0ec..9c815d6331 100644
--- a/gtk2_ardour/default_ui_config.in
+++ b/gtk2_ardour/default_ui_config.in
@@ -9,6 +9,7 @@
<Option name="waveform-gradient-depth" value="0"/>
<Option name="timeline-item-gradient-depth" value="0.5"/>
<Option name="all-floating-windows-are-dialogs" value="0"/>
+ <Option name="transients-follow-front" value="0"/>
<Option name="color-regions-using-track-color" value="0"/>
<Option name="show-waveform-clipping" value="1"/>
<Option name="lock-gui-after-seconds" value="0"/>