mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-11 01:01:05 +00:00
Allow for up to 7 digits of space in vertex/index columns in mesh view
This commit is contained in:
@@ -433,7 +433,7 @@ public:
|
||||
|
||||
// pad these columns to allow for sufficiently wide data
|
||||
if(index.column() < reservedColumnCount())
|
||||
opt.text = lit("999999");
|
||||
opt.text = lit("9999999");
|
||||
else
|
||||
opt.text = data(index).toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user