mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Sometimes when changing from split window to another, irssi crashed/messed
up the screen. Happened mostly if the window layout was saved. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2047 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0abb62a471
commit
5802ec5a34
@ -261,7 +261,7 @@ static void signal_window_changed(WINDOW_REC *window)
|
|||||||
active_mainwin->active = window;
|
active_mainwin->active = window;
|
||||||
|
|
||||||
textbuffer_view_set_window(WINDOW_GUI(window)->view,
|
textbuffer_view_set_window(WINDOW_GUI(window)->view,
|
||||||
parent->screen_win);
|
active_mainwin->screen_win);
|
||||||
if (WINDOW_GUI(window)->view->dirty)
|
if (WINDOW_GUI(window)->view->dirty)
|
||||||
active_mainwin->dirty = TRUE;
|
active_mainwin->dirty = TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user