Browse Source
GTK only calculates new widths once the tree is displayed, so calling Refresh after updating the tree but before display will return a column width of 0. Instead, use saved column widths if an invalid width was returned. Fixes https://gitlab.com/kicad/code/kicad/issues/4837pull/16/head
1 changed files with 16 additions and 2 deletions
Loading…
Reference in new issue