mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
is there a better way to make gcc+enumwriter happy?
This commit is contained in:
parent
3f8857b129
commit
48b904fcee
1 changed files with 2 additions and 1 deletions
|
|
@ -1285,7 +1285,8 @@ AudioRegionView::create_one_wave (uint32_t which, bool /*direct*/)
|
|||
/* Restore stacked coverage */
|
||||
std::string str = trackview.gui_property ("layer-display");
|
||||
if (!str.empty()) {
|
||||
update_coverage_frames (LayerDisplay (string_2_enum (str, LayerDisplay::Stacked)));
|
||||
LayerDisplay layer_display;
|
||||
update_coverage_frames (LayerDisplay (string_2_enum (str, layer_display)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue