mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ LatencyGUI::LatencyGUI (Latent& l, framepos_t sr, framepos_t psz)
|
||||||
{
|
{
|
||||||
Widget* w;
|
Widget* w;
|
||||||
|
|
||||||
if (!unit_strings.empty()) {
|
if (unit_strings.empty()) {
|
||||||
unit_strings = I18N (_unit_strings);
|
unit_strings = I18N (_unit_strings);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue