VoylinsGamedevJourney / gozen

The modular video editor
https://youtube.com/@voylinsgamedevjourney
GNU General Public License v3.0
145 stars 22 forks source link

Unable to drag the window while the command bar is enabled #41

Closed aappaapp closed 1 year ago

aappaapp commented 1 year ago

Version or branch

ec8bfe15015018650ab51ff9bd52fc0dfa1e7c21

Operating system

Windows

Bug behaviour

Unable to drag the window (or press anything) while the command bar is enabled.

Expected behaviour

I should be able to drag the window when it is enabled.

Steps to reproduce

  1. Open the command bar (using /)
  2. Try dragging the window (you can't)

Other informations

I think the command bar should be hidden when the user presses something else. (And maybe add a semi-transparent background to indicate you can't press other things)

github-actions[bot] commented 1 year ago

Thank you for submitting your first issue to GoZen! We appreciate the time you take to do this!

voylin commented 1 year ago

I think I know what the issue is, I'll have to put it on the window content itself, small fix which I'll fix in the next push ;)

voylin commented 1 year ago

Got fixed in f67ba09, however everything is kind of broken right now because of the file explorer which I am doing improvements on. So testing won't be possible until I got that sorted out which may happen later today or in the next couple of days.