Changeset - r23691:ea5fd74faba7
[Not reviewed]
master
0 1 0
kiwitree - 6 years ago 2019-04-30 12:03:18
kiwitreekor@gmail.com
Fix: Crash on waypoint selection window
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/station_gui.cpp
Show inline comments
 
@@ -2408,7 +2408,7 @@ struct SelectStationWindow : Window {
 

	
 
	void OnMouseOver(Point pt, int widget) override
 
	{
 
		if (widget != WID_JS_PANEL) {
 
		if (widget != WID_JS_PANEL || T::EXPECTED_FACIL == FACIL_WAYPOINT) {
 
			SetViewportCatchmentStation(nullptr, true);
 
			return;
 
		}
0 comments (0 inline, 0 general)