Skip to content

Commit 64abd44

Browse files
committed
gui treelist resize dragging fix
1 parent d63d532 commit 64abd44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WickedEngine/wiGUI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5104,6 +5104,7 @@ namespace wi::gui
51045104
}
51055105

51065106
this->scale_local = wi::math::Max(this->scale_local, XMFLOAT3(item_height() * 3, item_height() * 3, 1)); // don't allow resize to negative or too small
5107+
this->scale = this->scale_local;
51075108
this->AttachTo(saved_parent);
51085109
resize_begin = pointerHitbox.pos;
51095110
}

0 commit comments

Comments
 (0)