Editor: show Window indexes starting from 1
This matches Sides and Areas and makes more sense for a user-facing list.
This commit is contained in:
parent
e3c9d17035
commit
09e4bfcaee
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ void context_manager::expand_open_maps_menu(std::vector<config>& items, int i)
|
|||
}
|
||||
|
||||
std::ostringstream ss;
|
||||
ss << "[" << mci << "] ";
|
||||
ss << "[" << mci + 1 << "] ";
|
||||
|
||||
const bool changed = mc.modified();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue