13
0

use ensure_float() on memory limit warning dialog

git-svn-id: svn://localhost/ardour2/trunk@1423 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-02-03 22:17:24 +00:00
parent 29c378eecc
commit 87ee8fd71f

View File

@ -379,6 +379,7 @@ ARDOUR_UI::startup ()
"You can view the memory limit with 'ulimit -l', "
"and it is normally controlled by /etc/security/limits.conf"));
editor->ensure_float (msg);
msg.run ();
}
}