Skip to content

Commit

Permalink
auto-reload stopped working after declining it
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Mar 1, 2023
1 parent 59cc05a commit 8d46655
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion csmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,7 @@ bool CSMap::updateCommands(const FXString &filename) {
if (res != MBOX_CLICKED_NO) {
return true;
}
setAutoReload(CSMap::reload_type::RELOAD_NEVER);
// setAutoReload(CSMap::reload_type::RELOAD_NEVER);
}
else if (reload_mode == CSMap::reload_type::RELOAD_AUTO) {
return true;
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
csmapfx (1.6.0-1) stable; urgency=low

* auto-reload stopped working after declining it

-- Enno Rehling <enno@eressea.de> Wed, 01 Mar 2023 18:00:00 +0200

csmapfx (1.5.22-1) stable; urgency=low

* fix display of coast in unit details
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
#define CSMAP_APP_TITLE "Coast'n'Sea Mapper"

// current application version
#define CSMAP_APP_VERSION 1, 5, 22
#define CSMAP_APP_VERSION 1, 6, 0

// application version string
#define CSMAP_APP_VERSIONSTR "v1.5.22"
#define CSMAP_APP_VERSIONSTR "v1.6.0"

// application title with full version string
#define CSMAP_APP_TITLE_VERSION CSMAP_APP_TITLE " " CSMAP_APP_VERSIONSTR
Expand Down

0 comments on commit 8d46655

Please sign in to comment.