Update surface for tool options' area after new' dialog invoked from Ctrl-N.
This commit is contained in:
parent
73be48fc9d
commit
c0038993ef
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue