Translation dialog: Importing a translation now correctly refreshes the translation view.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Importing a translation now correctly refreshes the translation view.
*
This commit is contained in:
gambas 2020-11-24 21:37:43 +01:00
parent 2b43657ab3
commit 38eefd7d21
6 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
Arrangement = Arrange.Fill
{ panComp Panel
MoveScaled(1,1,67,15)
Background = Color.Background
Background = Color.TextBackground
Arrangement = Arrange.Horizontal
Border = Border.Plain
{ gvwComp GridView
@ -28,16 +28,16 @@
Expand = True
NoHeader = True
}
{ panResizeTop Panel
MoveScaled(64,1,2,2)
Mouse = Mouse.SizeNESW
Ignore = True
}
{ panResizeBottom Panel
MoveScaled(64,12,2,2)
Mouse = Mouse.SizeNWSE
Ignore = True
}
{ panResizeTop Panel
MoveScaled(64,1,2,2)
Mouse = Mouse.SizeNESW
Ignore = True
}
{ timHideLater #Timer
#MoveScaled(0,8)
}

View File

@ -5654,7 +5654,7 @@ Public Sub SetCurrentPopup(hMenu As Menu)
Try $hCurrentPopup.Enabled = False
$hCurrentPopup = hMenu
Try $hCurrentPopup.Enabled = True
'Debug $hCurrentPopup.Name;; $hCurrentPopup.Window.Title
'Debug $hCurrentPopup.Window.Name; "."; $hCurrentPopup.Name
End

View File

@ -1047,7 +1047,7 @@ Public Sub btnImport_Click()
DisplayTrans
$bModify = True
SaveTranslate
SetLang($sLang)
Dec Application.Busy

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

After

Width:  |  Height:  |  Size: 384 B