Version: 2.6.0
Bug Description
If arguments in bluescreen view contain only one argument, I can not mark some text (for example I want search bad string in PhpStorm).
I think problem is new automatic sorting feature, because If I mark some text in first table <td>, table will be sorted automaticly and marked area is dropped.
Steps To Reproduce
Open any Tracy bluescreen dump with only one argument and try mark string like this:

Expected Behavior
Enable marking text in single arguments table.
Possible Solution
Disable sorting in single arguments table.