mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-05 17:46:28 +02:00
Add move side property to the img element
This commit is contained in:
parent
3a058b2cfd
commit
e9d6188092
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ std::uint32_t MoveTable::UpdateMoves(CGEHalfMove *m, std::uint32_t line,
|
|||
if (status->UseMoveIcons) {
|
||||
// Image
|
||||
Element img;
|
||||
img.prop = Property::Image | Property::Move;
|
||||
img.prop = move_bound.prop | Property::Image;
|
||||
img.x = move_bound.x;
|
||||
img.y = status->MoveHeight * line;
|
||||
img.width = status->MoveIconWidth;
|
||||
|
|
Loading…
Add table
Reference in a new issue