sjaehn / BSEQuencer

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

Tooltips time? #19

Closed mxmilkiib closed 4 years ago

mxmilkiib commented 4 years ago

Would it be possible if the tooltips could come up slightly quicker after hovering the mouse pointer over a button, etc? See the time it takes for tooltips for titles of tabs in a browser.

sjaehn commented 4 years ago

https://github.com/sjaehn/BSEQuencer/blob/master/src/BWidgets/Focusable.hpp#L21 BWIDGETS_DEFAULT_FOCUS_IN_MS can be set to a value lower than default 1000. I can reduce the value to some 200 in B.Widgets for all B.Music plugins.

sjaehn commented 4 years ago

Changed in cabfd0ae74be10ced696d81a9660a75fd47f9664 .