Revert completely broken recent attempted fix of mine; stops segfault on clicking in the tracks/busses windoww's track list.
git-svn-id: svn://localhost/ardour2/branches/3.0@8411 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b565ada188
commit
6ea84edab2
@ -52,7 +52,7 @@ LatencyGUI::LatencyGUI (Latent& l, framepos_t sr, framepos_t psz)
|
||||
{
|
||||
Widget* w;
|
||||
|
||||
if (!unit_strings.empty()) {
|
||||
if (unit_strings.empty()) {
|
||||
unit_strings = I18N (_unit_strings);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user