Fix the "Delay transition update" option of the editor
(directly update the map when setting it off, don't wait a draw operation) Also fix the "Update transition" (was not working, which is more annoying). It was still usable but less handy to switch between 2 modes (builded or not)
This commit is contained in:
parent
cf72d395ae
commit
58c9472193
1 changed files with 1 additions and 1 deletions
|
@ -1617,10 +1617,10 @@ void map_editor::main_loop() {
|
|||
if (auto_update_) {
|
||||
gui_.rebuild_all();
|
||||
gui_.invalidate_all();
|
||||
map_dirty_ = false;
|
||||
}
|
||||
gui_.recalculate_minimap();
|
||||
recalculate_starting_pos_labels();
|
||||
map_dirty_ = false;
|
||||
}
|
||||
}
|
||||
if (l_button_palette_dirty_) {
|
||||
|
|
Loading…
Add table
Reference in a new issue