From 03736af2aee50db4e36c2cd9127085630f82cd4b Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 11 Nov 2012 16:10:43 +0000 Subject: (svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default. --- src/waypoint_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint_gui.cpp') diff --git a/src/waypoint_gui.cpp b/src/waypoint_gui.cpp index 202f7c7f6..cd50a9ca8 100644 --- a/src/waypoint_gui.cpp +++ b/src/waypoint_gui.cpp @@ -173,7 +173,7 @@ static const NWidgetPart _nested_waypoint_view_widgets[] = { static const WindowDesc _waypoint_view_desc( WDP_AUTO, 260, 118, WC_WAYPOINT_VIEW, WC_NONE, - WDF_UNCLICK_BUTTONS, + 0, _nested_waypoint_view_widgets, lengthof(_nested_waypoint_view_widgets) ); -- cgit v1.2.3-54-g00ecf