Fix problem with the first drag-and-drop on Tabs widget

This commit is contained in:
David Capello 2015-03-23 16:37:50 -03:00
parent d6ecdefe22
commit f71a377a4f

View File

@ -55,6 +55,7 @@ Tabs::Tabs(TabsDelegate* delegate)
, m_border(2)
, m_hot(nullptr)
, m_hotCloseButton(false)
, m_clickedCloseButton(false)
, m_selected(nullptr)
, m_delegate(delegate)
, m_timer(1000/60, this)