When a source file is opened within the editor, its full path is shown in the first field of the status bar.
And normaly, on the right of this text, there is a button showing the associated language (for example C++). This button also allows the user to change the selected language.
But on linux (with both Gtk2 and Gtk3), the button appears on the left of the status bar, covering the begining of the file's path.
Attached are 2 screenshots of this problem.
The problem seems with the placement of the language field button/choice-ctrl.
Some resize operations seems to put the button at the correct place, but most put it at a random place (probably they don't change its relative position).
I'm reporducing this on gentoo (wxGTK 3.0.4+patches+gtk2) and Ubuntu 20.04 ( wxGTK3.0.4+gtk3)
SVN head works OK on Ubuntu 18.04 with wxGTK 3,0.4+gtk2. The desktop manager is Gnome 3.
@Miguel There is no reason to be working in trunk/master. You just don't hit the problem.
A user is hitting it and this is the info:
Same issue as tickets [#559] & [#767]. These can be reproduced on Windows with SVN [r12468] or Linux Mint 20.1 XFCE with SVN 12458 if you use the maximise and restore down and when restored down change the width of the window and occasionally you get the issue or other corruptions.
Related
Commit: [r12468]
Tickets:
#559Tickets:
#767Last edit: Teodor Petrov 2021-08-15
Should be fixed in trunk now.