13
0

Disable vulgar keep-above for plugin UIs.

I vaguely recall it being mentioned that this was a kludge for OSX.  Maybe not and somebody will complain.  Oh well, this behaviour is incredibly obnoxious in some environments, and makes plugins that open dialogs (e.g. open file dialogs) completely unusable, and just generally wrong and evil.  I have to try.

git-svn-id: svn://localhost/ardour2/branches/3.0@13521 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2012-11-18 04:23:45 +00:00
parent 016b2dcd2c
commit 95bd893d5e

View File

@ -180,7 +180,9 @@ void
PluginUIWindow::on_map ()
{
Window::on_map ();
#ifdef __APPLE__
set_keep_above (true);
#endif __APPLE__
}
bool