Zoomicon / READCOM_App

READ-COM: Reading Communities App
MIT License
11 stars 5 forks source link

TextStoryItem doesn't allow Right click to activate, only CTRL+Click #216

Closed birbilis closed 2 years ago

birbilis commented 2 years ago

Version: 0.5.11

Since TextStoryItem's Memo grabs the right click action to show popup menu (for text selection) you have to use CTRL+Click instead of right click to activate it.

Should enable that text editing popup menu only when the TextStoryItem is activated when in edit mode, so that one will be able to right click a non-activated TextStoryItem in edit mode to activate it (instead of having to use CTRL+Click or the structure view)

birbilis commented 2 years ago

Since in 0.5.13 TextStoryItem by default does not grab anymore the mouse actions when it's not Editable (see https://github.com/Zoomicon/READCOM_App/issues/234), this got fixed