We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702a41f commit b4c158eCopy full SHA for b4c158e
src/gui/src/dbDescriptors.cpp
@@ -5173,7 +5173,7 @@ Descriptor::Properties DbSBoxDescriptor::getDBProperties(odb::dbSBox* box) const
5173
5174
props.push_back({"SWire", gui->makeSelected(box->getSWire())});
5175
props.push_back({"Shape type", box->getWireShapeType().getString()});
5176
- std::string direction = "";
+ std::string direction;
5177
switch (box->getDirection()) {
5178
case odb::dbSBox::UNDEFINED:
5179
direction = "Undefined";
0 commit comments