1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-09 01:10:43 +00:00

minipanel label

This commit is contained in:
M. Sz 2020-11-26 14:16:55 +01:00
parent 3d00a0fd17
commit 52ace1ecb3

View File

@ -294,6 +294,7 @@ func (m *miniPanel) moveRight() {
func (m *miniPanel) undoMoveRight() {
m.panelGroup.OffsetPosition(-panelOffsetRight, 0)
m.tooltipGroup.OffsetPosition(-panelOffsetRight, 0)
}
func (m *miniPanel) moveLeft() {