[gnome-maps/wip/mlundblad/search-as-you-type: 12/14] routeEntry: Don't set parseOnFocusOut
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/search-as-you-type: 12/14] routeEntry: Don't set parseOnFocusOut
- Date: Mon, 27 May 2019 20:21:35 +0000 (UTC)
commit 5f64a1b8606d0e89c62bce3f89c16252655b0f4a
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]