fix checkbox icon update, add unique check on async tasks

This commit is contained in:
2019-07-14 21:56:43 +02:00
parent fc7301a9a8
commit 6a0b654228
5 changed files with 65 additions and 65 deletions

View File

@@ -1112,7 +1112,7 @@ void App::brush_update()
floating_picker->set_color(Canvas::I->m_current_brush->m_tip_color);
if (floating_color)
floating_color->set_color(Canvas::I->m_current_brush->m_tip_color);
});
}, true);
}
void App::init_menu_layer()