Made Label tool truly disableable.
Reordered tools slightly.
This commit is contained in:
parent
dc0409900b
commit
460d691a95
2 changed files with 16 additions and 10 deletions
|
|
@ -10830,6 +10830,12 @@ static void reset_avail_tools(void)
|
|||
tool_avail[TOOL_QUIT] = 0;
|
||||
|
||||
|
||||
/* Disable Label? */
|
||||
|
||||
if (disable_label)
|
||||
tool_avail[TOOL_LABEL] = 0;
|
||||
|
||||
|
||||
/* Disable save? */
|
||||
|
||||
if (disable_save)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue