Update surface for tool options' area after new' dialog invoked from Ctrl-N.

This commit is contained in:
Shin-ichi TOYAMA 2015-05-05 01:54:22 +00:00
parent 73be48fc9d
commit c0038993ef

View file

@ -2492,6 +2492,8 @@ static void mainloop(void)
else if (cur_tool == TOOL_ERASER)
draw_erasers();
update_screen_rect(&r_toolopt);
update_screen_rect(&r_ttoolopt);
magic_switchin(canvas);
}
else if (key == SDLK_s && (mod & KMOD_CTRL) && !noshortcuts)