XimingCheng / HEVCAnalyzer

HEVC H.265 stream GUI Analyzer based on wxWidgets
http://ximingcheng.github.io/HEVCAnalyzer
109 stars 34 forks source link

Thumbnail is not show correct under Linux #2

Closed XimingCheng closed 11 years ago

XimingCheng commented 11 years ago

Thumbnail list is not show correct under Linux Could not be one colunmn 5

XimingCheng commented 11 years ago

This is a bug of wxListCtrl in wxGTK! wxWidgets 2.8.12 May Change to HTML ListBox!

lewgate commented 11 years ago

the bug have been fixed by replacing wxListCtrl with wxSimpleHtmlListBox