watch cursor when scenario picker is building headers
This commit is contained in:
@@ -1792,7 +1792,11 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
scen_header_type pick_a_scen() {
|
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;
|
extern fs::path saveDir;
|
||||||
|
Reference in New Issue
Block a user