From b6c5e73332cd73aa60b31c5f5849f624dc2aaa15 Mon Sep 17 00:00:00 2001 From: astrgl Date: Thu, 18 Apr 2024 14:35:35 +0200 Subject: [PATCH] =?UTF-8?q?Versione=204.1.9=20-Correzione=20bug=20selezion?= =?UTF-8?q?e=20"Your=20choice:=20....."=20ora=20=C3=A8=20possibile=20inser?= =?UTF-8?q?ire=20la=20selezione?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .project | 2 +- .src/FABOUT.form | 2 +- .src/Fmain.class | 16 +++++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.project b/.project index 473fcac..edd1fdc 100644 --- a/.project +++ b/.project @@ -2,7 +2,7 @@ Title=DnfDrake Startup=Fmain Icon=dnfdrake.svg -Version=4.1.8 +Version=4.1.9 Component=gb.image Component=gb.gui Component=gb.form diff --git a/.src/FABOUT.form b/.src/FABOUT.form index 451d9a7..853ad7a 100644 --- a/.src/FABOUT.form +++ b/.src/FABOUT.form @@ -19,7 +19,7 @@ MoveScaled(0,0,51,5) Font = Font["+7"] Alignment = Align.Center - Text = ("DnfDrake 4.1.8") + Text = ("DnfDrake 4.1.9") } } } diff --git a/.src/Fmain.class b/.src/Fmain.class index b176128..7805d80 100644 --- a/.src/Fmain.class +++ b/.src/Fmain.class @@ -2828,12 +2828,15 @@ Public Sub SELECTIONVIEW() LBLSELECTION.Visible = True BTNOKSELECTION.Visible = True BTNANNULLASELECTION.Visible = True - If BTNOKSELECTION.Enabled = False Then - BTNOKSELECTION.Enabled = True - Endif - If BTNANNULLASELECTION.Enabled = False Then - BTNANNULLASELECTION.Enabled = True + If Fmain.Enabled = False Then + Fmain.Enabled = True Endif + ' If BTNOKSELECTION.Enabled = False Then + ' BTNOKSELECTION.Enabled = True + ' Endif + ' If BTNANNULLASELECTION.Enabled = False Then + ' BTNANNULLASELECTION.Enabled = True + ' Endif TXTSELECTION.SetFocus Else TXTSELECTION.Visible = False @@ -2841,6 +2844,9 @@ Public Sub SELECTIONVIEW() LBLSELECTION.Visible = False BTNOKSELECTION.Visible = False BTNANNULLASELECTION.Visible = False + If Fmain.Enabled = True And If FRUN.Visible = True Then + Fmain.Enabled = False + Endif Endif