(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)

pull/155/head
Darkvater 18 years ago
parent 3c7e72b35b
commit 0b6a6e4137

@ -1657,6 +1657,7 @@ static void ScenEditIndustryWndProc(Window *w, WindowEvent *e)
break;
case WE_TIMEOUT:
RaiseWindowWidget(w, 3);
InvalidateWidget(w, 3);
break;
}
}

Loading…
Cancel
Save