boinc
boinc copied to clipboard
[Manager][linux] Task Status icon on Simple View isn't shown properly

Ok, this linux specific issue and in happens only when there is a task in the list that has a very long name. For some reason, it calculates the start of the string with some 'negative' number, thus making icon and/or text partially or completely hidden. Looks like this is a buggy implementation on the side of wxWidgets but it should be additionally tested.
@AenBleidd , are you sure wxWidgets is buggy? I recall that wxWidgets returns a negative number when a string is not read or converted correctly. That depends on the function of course.
@Vulpine05, I meant 'negative' coordinate of the control with text string inside it. Sorry for the confusion :)