forked from e16/e16
1
0
Fork 0

dialogs: Drop re-centering combined dialog on item change

Gives maybe a bit more smooth appearance.
Allows it to be moved away and not re-centered on change.
This commit is contained in:
Kim Woelders 2022-04-22 07:57:45 +02:00
parent 3c42724f96
commit a09b13260a
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ DialogArrange(Dialog * d, int resize)
DialogRedraw(d);
DialogUpdate(d);
d->resize = 0;
ArrangeEwinCentered(d->ewin);
}
}