sjaehn / BSEQuencer

Multi channel MIDI step sequencer LV2 plugin
GNU General Public License v3.0
50 stars 2 forks source link

Custom scale dialog can become unavailable via dragging #25

Closed mxmilkiib closed 4 years ago

mxmilkiib commented 4 years ago

I dragged it off the 'bottom' of the plugin UI and let go, now I can't retrieve it.

Edit: I can get it back by closing and reopening the window.

sjaehn commented 4 years ago

I know, you can drag dialogs, message boxes, ... out of the window. The only way to get them back is closing and re-opening the GUI.

mxmilkiib commented 4 years ago

How about having a 16px edge around the dialog that can't be hidden so the dialog can be moved out the way temporarily but not lost without reopen?

sjaehn commented 4 years ago

I'm thinking about to implement such a property in the B.Widgets TK. So it will be available for all B.Music plugins.

sjaehn commented 4 years ago

Fixed in a4e035e9caad734e3fa363afca7dd9851dcd6943. It's only a 4 px border. But this was done without any additional member variable.