diff options
| author | Juan Linietsky | 2017-08-18 18:19:12 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-18 18:21:53 -0300 |
| commit | cbcf40bd31649d18b24952aec0051cdfbfa78606 (patch) | |
| tree | 0f2b2f6ddd2e4a2ea119501214090988319ccc6c /editor/editor_audio_buses.cpp | |
| parent | b044e7d30d1f722d502d9ad564091b2e4a03b390 (diff) | |
| download | godot-cbcf40bd31649d18b24952aec0051cdfbfa78606.tar.gz godot-cbcf40bd31649d18b24952aec0051cdfbfa78606.tar.zst godot-cbcf40bd31649d18b24952aec0051cdfbfa78606.zip | |
Diffstat (limited to 'editor/editor_audio_buses.cpp')
| -rw-r--r-- | editor/editor_audio_buses.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_audio_buses.cpp b/editor/editor_audio_buses.cpp index 993429a5a..282055be4 100644 --- a/editor/editor_audio_buses.cpp +++ b/editor/editor_audio_buses.cpp @@ -705,8 +705,8 @@ EditorAudioBus::EditorAudioBus(EditorAudioBuses *p_buses) { effects->set_drag_forwarding(this); effects->connect("item_rmb_selected", this, "_effect_rmb"); effects->set_allow_rmb_select(true); - effects->set_single_select_cell_editing_only_when_already_selected(true); effects->set_focus_mode(FOCUS_CLICK); + effects->set_allow_reselect(true); send = memnew(OptionButton); send->set_clip_text(true); |
