Initialize BaseWidget members

This commit is contained in:
Alex Spataru 2021-10-20 19:11:34 -05:00
parent 3bd1acb21e
commit 6032548d04

View File

@ -29,7 +29,8 @@
using namespace Widgets; using namespace Widgets;
BaseWidget::BaseWidget() BaseWidget::BaseWidget()
: m_widget(nullptr) : m_index(-1)
, m_widget(nullptr)
, m_resizeWidget(true) , m_resizeWidget(true)
{ {
// Set window palette // Set window palette