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