[gnome-maps/wip/mlundblad/search-as-you-type: 11/15] routeEntry: Don't set parseOnFocusOut



commit 79069f1aee9cee5b8eb3d49a7f7e99bce7b52070
Author: Marcus Lundblad <ml update uu se>
Date:   Wed May 22 21:46:38 2019 +0200

    routeEntry: Don't set parseOnFocusOut
    
    The "parseOnFocusOut" property on the
    search entry is not going to be used
    with search-as-you-type.

 src/routeEntry.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/routeEntry.js b/src/routeEntry.js
index 76235dd..ac2e278 100644
--- a/src/routeEntry.js
+++ b/src/routeEntry.js
@@ -106,7 +106,6 @@ var RouteEntry = GObject.registerClass({
                                                 hexpand: true,
                                                 receives_default: true,
                                                 mapView: this._mapView,
-                                                parseOnFocusOut: true,
                                                 maxChars: 15 });
         if (this._point) {
             entry.bind_property('place',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]