mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
fix typo
This commit is contained in:
parent
66e374a5d9
commit
dde0151cb6
@ -412,7 +412,7 @@ double JKQTMathTextFracNode::draw(QPainter& painter, double x, double y, JKQTMat
|
||||
|
||||
|
||||
if (fracmode==JKQTMathTextFracNode::MTFMstfrac || fracmode==JKQTMathTextFracNode::MTFMsfrac) return x+size1.width+size2.width+deltaWidth;
|
||||
else return x+maxWidth+deltaWidth
|
||||
else return x+maxWidth+deltaWidth;
|
||||
}
|
||||
|
||||
bool JKQTMathTextFracNode::toHtml(QString &/*html*/, JKQTMathTextEnvironment /*currentEv*/, JKQTMathTextEnvironment /*defaultEv*/) const {
|
||||
|
Loading…
Reference in New Issue
Block a user