spookyboo / HLMSEditor

High Level Material Shader editor
79 stars 25 forks source link

Fixed bug where action text contains an ampersand #21

Closed nic96 closed 7 years ago

nic96 commented 7 years ago

For some reason an ampersand was prepended to each action text so a fixed the bug by replacing any ampersands in the action text.

Ybalrid commented 7 years ago

Just thinking about it in GUI elements (at least with Qt) '&' in an action/item is the marker for a keyboard navigation shortcut (accessible with 'Alt' key generally...)

But looking at what you posted on the forum these ones looks like they came from nowhere. So yeah it's strange...