replace buffer print which doesn't refresh with LOG()
This commit is contained in:
@@ -4184,8 +4184,7 @@ void preview_every_dialog_xml() {
|
|||||||
std::string confirm = dlog.show();
|
std::string confirm = dlog.show();
|
||||||
if(confirm == "yes"){
|
if(confirm == "yes"){
|
||||||
std::for_each(dialog_paths.begin(), dialog_paths.end(), [](fs::path path) {
|
std::for_each(dialog_paths.begin(), dialog_paths.end(), [](fs::path path) {
|
||||||
ASB("Previewing dialog: " + path.stem().string());
|
LOG("Previewing dialog: " + path.stem().string());
|
||||||
print_buf();
|
|
||||||
preview_dialog_xml(path);
|
preview_dialog_xml(path);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user