Faymoon

Results 2 comments of Faymoon

I will try to fix that bug 😉

I don't know if it's the behaviour that you expect but i replace the code in the else by : ```cpp m_fButton->move(std::min(m_fButton->x(), event->size().width() + m_fButton->width()), std::min(m_fButton->y(), event->size().height() + m_fButton->height())); ```