diff options
| author | 2025-09-11 22:52:26 +0200 | |
|---|---|---|
| committer | 2025-09-11 22:52:26 +0200 | |
| commit | be9a87d4934e163d9e67a2de7039d9912740d644 (patch) | |
| tree | 9faf668a5cda2d1e1d1ef321e3f0b53e02d12395 /src/libparser/result/diceresult.cpp | |
| parent | 85dffa46cceab43cf148aa42eb2de0099c4af15e (diff) | |
| download | OneRoll-be9a87d4934e163d9e67a2de7039d9912740d644.tar.gz OneRoll-be9a87d4934e163d9e67a2de7039d9912740d644.zip | |
change style of result node in execution tree dump.
Diffstat (limited to 'src/libparser/result/diceresult.cpp')
| -rw-r--r-- | src/libparser/result/diceresult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libparser/result/diceresult.cpp b/src/libparser/result/diceresult.cpp index 6f87536..d25c93b 100644 --- a/src/libparser/result/diceresult.cpp +++ b/src/libparser/result/diceresult.cpp @@ -171,7 +171,7 @@ QString DiceResult::toString(bool wl) } if(wl) { - return QStringLiteral("%3 [label=\"DiceResult Value %1 dice %2\"]") + return QStringLiteral("%3 [label=\"DiceResult Value %1 dice %2\", shape=\"box\"]") .arg(QString::number(getScalarResult()), scalarSum.join('_'), m_id); } else |