[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3098: GTK3 translations


http://gambaswiki.org/bugtracker/edit?object=BUG.3098&from=L21haW4-

Comment #3 by Bruce STEERS:

I can confirm this Ben

seems line 1818 of FProjectTranslation / btnAutoTrans_Click()

  txtTranslate.Text = sText

If does not trigger the txtTranslate_Change() event

changing the code to the following fixes the bug but is obviously just a workaround.
  txtTranslate.Text = sText
  txtTranslate_Change


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----