Minor UI niggle; from the register, right-click the date-cell down-arrow. In some prior commit <1 month ago it would cause a crash after several right-clicks, but seems to have been fixed recently. Now it simply jumps unexpectedly to the first split. Expected: right-click is ignored.
Created attachment 374089 [details] Register toggle button patch Chris, can you give this patch a spin and see if it fixes your issue.
Seems to work. But I'm not sure whether it's better to disable button3, or respond only to button1.
Chris, The item_edit which comprises of a GtkEntry and a GtkToggleButon are effectively sitting on top pf the register sheet. The sheet has it own button press function that deals with the right mouse to present the menu. If the toggle button does not deal with the right mouse event it is passed up the chain and so the sheet deals with it. To prevent that, the toggle button needs to effectively say it has dealt with it and so will not pass on up. Have pushed my fix and will be in the next nightly and version 4.6