draw main brush preview first if the queue is long
This commit is contained in:
@@ -443,8 +443,8 @@ kEventResult NodePanelBrushPreset::handle_event(Event* e)
|
||||
|
||||
void NodePanelBrushPreset::handle_click(Node* target)
|
||||
{
|
||||
if (target == m_current)
|
||||
return;
|
||||
//if (target == m_current)
|
||||
// return;
|
||||
if (m_current)
|
||||
m_current->m_selected = false;
|
||||
m_current = (NodeBrushPresetItem*)target;
|
||||
|
||||
Reference in New Issue
Block a user