fix time domain for new BBT markers created from context menu/dialog

This commit is contained in:
Paul Davis 2022-10-07 16:11:56 -06:00
parent be9fdd9873
commit 1ce17c1903
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ Editor::mouse_add_bbt_marker_event (timepos_t pos)
/* position markers must always be positioned using audio time */
BBTMarkerDialog marker_dialog (pos);
BBTMarkerDialog marker_dialog (timepos_t (pos.samples()));
/* run this modally since we are finishing a drag and the drag object
* will be destroyed when we return from here