mirror of
https://github.com/Relintai/Godot-TextEditor.git
synced 2025-01-26 16:59:19 +01:00
meta bug
This commit is contained in:
parent
7cdee02259
commit
8b5ce6a712
@ -21,4 +21,5 @@ func _file_saved(_file_path:String):
|
||||
|
||||
func _redraw():
|
||||
var tab = editor.get_selected_tab()
|
||||
tab.helper.generate_meta(tab, self)
|
||||
if tab:
|
||||
tab.helper.generate_meta(tab, self)
|
||||
|
@ -42,6 +42,10 @@ config/name="TextEdit"
|
||||
run/main_scene="res://addons/text_editor/TextEditor.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/text_editor/plugin.cfg" )
|
||||
|
||||
[physics]
|
||||
|
||||
common/enable_pause_aware_picking=true
|
||||
|
Loading…
Reference in New Issue
Block a user