Change shader edit controls from Ctrl-S / save to F5 / Refresh

* This is a bit less ambiguous and less confusing in the case where
  someone is expecting a "compile" type button instead of "save changes"
  type button.
This commit is contained in:
baldurk
2018-02-09 17:19:29 +00:00
parent 8622471277
commit f6ccd537b6
8 changed files with 73 additions and 18 deletions
+1
View File
@@ -33,6 +33,7 @@
RESOURCE_DEF(arrow_in, "arrow_in.png") \
RESOURCE_DEF(arrow_join, "arrow_join.png") \
RESOURCE_DEF(arrow_left, "arrow_left.png") \
RESOURCE_DEF(arrow_refresh, "arrow_refresh.png") \
RESOURCE_DEF(arrow_right, "arrow_right.png") \
RESOURCE_DEF(arrow_undo, "arrow_undo.png") \
RESOURCE_DEF(asterisk_orange, "asterisk_orange.png") \