GView icon indicating copy to clipboard operation
GView copied to clipboard

[ContainerViewer] Unicode layout parsing seems to be having an issue

Open gheorghitamutu opened this issue 2 years ago • 0 comments

for (uint32 idx = 0; idx < settings->columnsCount; idx++) { const auto& col = settings->columns[idx]; std::string layout; // TODO: GRX - unicode layout parsing seems to be having an issue col.layout.ToString(layout); this->items->AddColumn(layout); } GViewCore/src/View/ContainerViewer/Instance.cpp Pass the col.layout as is in order to reproduce the issues.

gheorghitamutu avatar May 31 '22 17:05 gheorghitamutu