[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #3098: GTK3 translations
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: [Gambas-bugtracker] Bug #3098: GTK3 translations
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2025 23:00:29 GMT
- To: bsteers@xxxxxxxxx,gradobag@xxxxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
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 ]----