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:
William Kendrick 2005-01-14 10:17:39 +00:00
parent 36dec903db
commit 290e8056da

View file

@ -2587,7 +2587,7 @@ static void mainloop(void)
tmp_int = tool_avail[TOOL_NEW];
disable_avail_tools();
draw_toolbar();
draw_colors(COLORSEL_CLOBBER);
draw_colors(COLORSEL_DISABLE); // was COLORSEL_CLOBBER; bjk 2005.01.14
draw_none();
tmp_int = do_open(tmp_int);