position(force) -> position(absolute)

This commit is contained in:
NyakoFox
2024-11-03 21:01:54 -04:00
committed by Misa Elizabeth Kai
parent 98a0931225
commit 6174d62f6f
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ textboxclass::textboxclass(int gap)
large = false;
position_forced = false;
position_absolute = false;
should_centerx = false;
should_centery = false;
@@ -83,7 +83,7 @@ void textboxclass::centery(void)
void textboxclass::applyposition(void)
{
resize();
if (!position_forced)
if (!position_absolute)
{
reposition();
if (should_centerx)