kwilcz / Antario

Clean base/cheat made for CS:GO.
MIT License
133 stars 34 forks source link

Menu issue #49

Closed zef9 closed 6 years ago

zef9 commented 6 years ago

Hey, found an issue today, while making a second window in the menu. If you do a second BaseWindow (for Skinchanger for example) and you try to move it, it moves the window that gets called before it. Basicly all i did was this: auto test = std::make_shared<BaseWindow>(Vector2D(200, 200), Vector2D(200, 200), g_Fonts.pFontTahoma8.get(), g_Fonts.pFontTahoma10.get(), "Antario - test"); and call it after this->AddChild(windowMain);

Video of the issue: https://youtu.be/WUqN-OFAmF0

kwilcz commented 6 years ago

Fixed with https://github.com/Wando1423/Antario/commit/3385db067c462700b89035587ca3c3ee71be3d42