mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Fix MSVC warning
This commit is contained in:
parent
bdf3924fc7
commit
9a15d35443
@ -432,7 +432,7 @@ void RowPainter::paintLabel() const
|
||||
int const x = row_.isRTL() ? row_.width() + fm.width(layout.labelsep)
|
||||
: row_.left_margin - fm.width(layout.labelsep) - fm.width(str);
|
||||
|
||||
pi_.pain.text(xo_ + x, yo_, str, font);
|
||||
pi_.pain.text(int(xo_) + x, yo_, str, font);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user