Lokasenna_GUI icon indicating copy to clipboard operation
Lokasenna_GUI copied to clipboard

Lua scripts for Reaper

Results 6 Lokasenna_GUI issues
Sort by recently updated
recently updated
newest added

https://github.com/jalovatt/Lokasenna_GUI/blob/039348845519510b2a941f5d7d22c7f9309d634f/Lokasenna_GUI%20v2/Library/Classes/Class%20-%20Textbox.lua#L63 Please add opportunity of setting "focus"-flag from GUI.New(): txt.focus = txt.focus or false At the moment focus is set to false any time for Textbox

This hint is from a post in the ReaLauncher thread (post #488): https://forum.cockos.com/showthread.php?p=2397003#post2397003 > Just in case someone has an issue with the double clicking speed being too fast: >...

Currently GUI is blurry on MacBooks with Retina displays - fix scaling of GUI - fix scaling of fonts (as far as I know these 2 need to be fixed...

In Core.lua ``` GUI.get_OS_fonts = function() local os = reaper.GetOS() if os:match("Win") then return GUI.OS_fonts.Windows elseif os:match("OSX") then return GUI.OS_fonts.OSX else return GUI.OS_fonts.Linux end end ``` needs to be altered...

about this doc page https://github.com/jalovatt/Lokasenna_GUI/wiki/2.00-Options Using size don't resize the options size. But opt_size willl ! :)

localized internal variable _ I don't think, it had a negative impact, but nevertheless, I localized it, to be safe.