MediaArea / MediaInfo

Convenient unified display of the most relevant technical and tag data for video and audio files.
https://MediaArea.net/MediaInfo
BSD 2-Clause "Simplified" License
1.26k stars 149 forks source link

Windows GUI: Fix text view strings properly #878

Closed cjee21 closed 1 week ago

cjee21 commented 1 week ago

A more proper fix for text view not displaying correct strings if view was previously switched to other views such as XML.

After finding that the Qt and Linux version of MediaInfo do not exhibit the bug in issue #700, I took a look at this bug again and found what appears to be the root cause. With the root cause addressed, the previous 'fix' (more like workaround) is no longer needed.

Resolves #700