bdbcat

Results 307 comments of bdbcat

``` $ECRMB,A,0.0045,L,001,002, ...... V,A*XX This is worng ... must be ,R, in this video example that's all. ``` Well, not exactly our idea of how RMB should work. The "direction...

Probably quilt turned OFF due to errant "q" keystroke?

Got it, thanks for the analysis. I'll probably fix DoMovement to update the target...maybe

"The essence of the issue is that for such a "twin waypoint" the index of the active point is the same as the index of the next point". Yes, I...

"You never know when an edit is ready, this means continuous checking. System may become slow." In this case, exactly one route is being scrubbed.Unlikely to be so slow as...

Anyway, other than the "activate next" patch, I propose to defer, and Milestone this issue for O5.12.

From the crash report, we see that OCPN is failing in an area that has received substantial updates in the current 5.9.1 Beta test series. Recommend that you install O5.9.1...

Simplest thing to do is to post virtual mouse events into the ChartCanvas class. Long touch->Right click emulation: chcanv.cpp:8587 Pinch zoom: Suggest following logic of "wheel zoom"...chcanv.cpp:8620 Good job so...

For tight click, you need something like: CallPopupMenu(mx , my); See the code...