Color selector was not being disabled on 'Open'.
(Looks like new code is being dev'd, but isn't enabled yet?)
This commit is contained in:
parent
36dec903db
commit
290e8056da
1 changed files with 1 additions and 1 deletions
|
|
@ -2587,7 +2587,7 @@ static void mainloop(void)
|
||||||
tmp_int = tool_avail[TOOL_NEW];
|
tmp_int = tool_avail[TOOL_NEW];
|
||||||
disable_avail_tools();
|
disable_avail_tools();
|
||||||
draw_toolbar();
|
draw_toolbar();
|
||||||
draw_colors(COLORSEL_CLOBBER);
|
draw_colors(COLORSEL_DISABLE); // was COLORSEL_CLOBBER; bjk 2005.01.14
|
||||||
draw_none();
|
draw_none();
|
||||||
|
|
||||||
tmp_int = do_open(tmp_int);
|
tmp_int = do_open(tmp_int);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue