fix popup menu on_select event

This commit is contained in:
2019-08-31 15:43:57 +02:00
parent b71abde9d7
commit 3b80386cf8
2 changed files with 13 additions and 2 deletions

View File

@@ -469,7 +469,7 @@ void NodePanelBrushPreset::init()
case 0: // download
break;
case 1: // import
App::I->pick_file({".abr", ".ABR"}, [] (std::string path) {
App::I->pick_file({"abr", "ppbr"}, [] (std::string path) {
std::thread([path] {
BT_SetTerminate();
App::I->stroke->import_abr(path);