summaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-04 13:12:17 +0200
committerGitHub <noreply@github.com>2021-05-04 13:12:17 +0200
commit4e7ca279fca892c1ceef875ef728be748ab1179b (patch)
tree61e833c205c18714d9ed0873f8dc8ca86e0d8680 /scene/gui/line_edit.h
parent56316b27ab97acb3ce1a318ba3466c31489a1322 (diff)
parent0de9a7d8030a35415e918e9580f5926db4856ea2 (diff)
Merge pull request #47855 from aaronfranke/doubleclick
Rename `doubleclick` to `double_click`
Diffstat (limited to 'scene/gui/line_edit.h')
-rw-r--r--scene/gui/line_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h
index f4f0ff0629..12fec2f98b 100644
--- a/scene/gui/line_edit.h
+++ b/scene/gui/line_edit.h
@@ -134,7 +134,7 @@ private:
int start_column = 0;
bool enabled = false;
bool creating = false;
- bool doubleclick = false;
+ bool double_click = false;
bool drag_attempt = false;
uint64_t last_dblclk = 0;
} selection;