name the output section for the several buffers it now holds
A building has one output buffer per item it can produce, so the singular caption no longer matches what the section lists -- and the input side, which has always had one buffer per material, already read "Input buffers". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ne3mejABZoLWKLh8fgpM3x
This commit is contained in:
@@ -75,7 +75,7 @@ BufferedBuildingContent::BufferedBuildingContent(const SelectionContext& context
|
||||
|
||||
m_production = new ProductionSection(this);
|
||||
|
||||
m_outputSection = new SectionBox(tr("Output buffer"), this);
|
||||
m_outputSection = new SectionBox(tr("Output buffers"), this);
|
||||
m_outputChips = new ItemChipRow(context, m_outputSection);
|
||||
m_outputSection->getContentLayout()->addWidget(m_outputChips);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user