OpenFunscripter / OFS

A tool to create funscripts
GNU General Public License v3.0
90 stars 38 forks source link

Issue when creating chapters and using existing bookmarks to select start #76

Open scriptingsentinel opened 1 year ago

scriptingsentinel commented 1 year ago

I've added bookmarks for scene changes in a project. After that I create chapters by

  1. select a bookmark as the start for the chapter
  2. select Add Chapter from the context menu
  3. select the next bookmark
  4. select Set Size from the context menu
  5. rename the chapter from the context menu

In this picture I created the existing chapter by clicking the visible bookmark and selected Set Size from the context menu (step 4 above) and then renamed the chapter (step 5 above). After that I try to use the bookmark as the start for the next chapter (step 1 and 2 above). For this to work I have to press the right arrow key once after selecting the bookmark for it to work (i.e. in between step 1 and 2 above). If I don't do this then nothing happens when I select Add Chapter. bild

I can see that after I pressed the right arrow key the chapter is not "selected" anymore indicated by the removal of the border around the chapter. If it is selected as in the picture above it won't work. bild

Final note: If I create a chapter (a) and then create a chapter (b) before chapter (a) where I share chapter (a) start bookmark as chapter (b) end bookmark then it works without having to press the left arrow to deselect chapter (a).