Skip to content

Commit acf0113

Browse files
committed
marker-region
1 parent 20b8726 commit acf0113

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

main.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,7 @@ def fix_check(project: reapy.Project, subs: List[str]) -> None:
386386
dbbl_sbs[s][2] += 1
387387
for s in dbbl_sbs:
388388
if dbbl_sbs[s][2] < 2:
389-
project.add_region(
390-
dbbl_sbs[s][0],
391-
dbbl_sbs[s][1],
392-
'DUBBLE HERE',
393-
(255, 255, 0)
394-
)
389+
project.add_marker(dbbl_sbs[s][0], 'DUBBLE HERE', (255, 255, 0))
395390

396391

397392
def project_save(folder: str, title: str, number: str) -> str:

0 commit comments

Comments
 (0)