gtDMMB / RNAStructViz

Visualization, comparison, and analysis of RNA secondary structures via a cross-platform GUI
https://github.com/gtDMMB/RNAStructViz/wiki
GNU General Public License v3.0
17 stars 5 forks source link

duplicate text written in statistics window #78

Closed ceheitsch closed 4 years ago

ceheitsch commented 4 years ago

When closing #77, notice that selecting a particular sequence (by button) causes duplicate text to appear.

It disappears if window is resized. Also after "Calculate" button is pressed.

maxieds commented 4 years ago

@ceheitsch Please be more verbose in how to reproduce the bugs you see. Can you provide step-by-step instructions for how to see what I am supposed to fix? Thanks.

maxieds commented 4 years ago

@ceheitsch Was the duplicate text on the sides of the plots, or overlayed bold versus non-bold text in this region:

Screenshot from 2020-01-28 12-44-19

If it's the latter, I believe that it is fixed when I recompiled to the latest FLTK 1.4.x. I will go ahead and update the brew package to use the newest source just in case.

maxieds commented 4 years ago

@ceheitsch It should be fixed. Ideally FLTK should be handling redrawing the labels, but with some careful resetting of the labels to the empty string before changing the fonts (bold, unbold), we get the desired behavior anyway:

Screenshot from 2020-01-28 19-44-15

maxieds commented 4 years ago

Mac OSX 10.14.x support verified!