watch cursor when scenario picker is building headers

This commit is contained in:
2025-03-08 09:50:52 -06:00
committed by Celtic Minstrel
parent 512aeb6e1a
commit 0a9a79b586

View File

@@ -1792,7 +1792,11 @@ public:
};
scen_header_type pick_a_scen() {
return cChooseScenario().run();
// build_scen_headers() can be slow.
set_cursor(watch_curs);
cChooseScenario dlg;
restore_cursor();
return dlg.run();
}
extern fs::path saveDir;