summaryrefslogtreecommitdiff
path: root/src/ui/widget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-23 19:15:50 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-23 19:15:50 +0200
commit343c8fcf70e6eb3346e77248719a0ce8f3104624 (patch)
treef65a4c0a56b479819e6beb4548f73f45c0cbd80f /src/ui/widget.h
parente2761e75182e8fc011c3348768a7ab05f546fdc8 (diff)
Widget: Removed the animation offset hack
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h
index d93b0344..4025f5c5 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -143,7 +143,6 @@ struct Impl_Widget {
143 iInt2 minSize; 143 iInt2 minSize;
144 iWidget * sizeRef; 144 iWidget * sizeRef;
145 iWidget * offsetRef; 145 iWidget * offsetRef;
146 const iAnim *animOffsetRef;
147 int padding[4]; /* left, top, right, bottom */ 146 int padding[4]; /* left, top, right, bottom */
148 iAnim visualOffset; 147 iAnim visualOffset;
149 int bgColor; 148 int bgColor;