Fix initialization list order.

This commit is contained in:
Bartosz Taudul 2020-08-15 02:26:35 +02:00
parent f828fed015
commit caa1b1a792

View File

@ -135,8 +135,8 @@ View::View( const char* addr, int port, ImFont* fixedWidth, ImFont* smallFont, I
, m_pause( false )
, m_forceConnectionPopup( true, true )
, m_frames( nullptr )
, m_reactToCrash( true )
, m_messagesScrollBottom( true )
, m_reactToCrash( true )
, m_smallFont( smallFont )
, m_bigFont( bigFont )
, m_stcb( stcb )