fix popup menu on_select event
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user