draw main brush preview first if the queue is long

This commit is contained in:
2019-03-02 19:08:11 +01:00
parent 62e037dd1a
commit 9a9d018ffb
5 changed files with 8 additions and 5 deletions

View File

@@ -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;