mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
Fix problem with the first drag-and-drop on Tabs widget
This commit is contained in:
parent
d6ecdefe22
commit
f71a377a4f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user