Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost

fixed #83
This commit is contained in:
Lutz
2022-05-13 13:39:00 +02:00
parent 274251d12a
commit ce7c1ffc66
12 changed files with 31 additions and 13 deletions

Binary file not shown.

View File

@@ -10,8 +10,8 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2022,04,08)
lcmajorVersion = "1.19.73"
ldDate = date(2022,05,13)
lcmajorVersion = "1.19.74"
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
*lcJulian = padl(transform(lnJulian), 4, '0')
@@ -39,6 +39,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-05-13 v1.19.74
- Bug Fix: Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost. (DanLauer)
2022-04-08 v1.19.73
- Bug Fix: Problem converting trailing spaces on line end in memo (again) (bjornhoeksel)