summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_widget.pas5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/corelib/fpg_widget.pas b/src/corelib/fpg_widget.pas
index 604b2d11..4c8e1875 100644
--- a/src/corelib/fpg_widget.pas
+++ b/src/corelib/fpg_widget.pas
@@ -744,9 +744,8 @@ begin
}
keyMenu:
begin
- { TODO : We could improve the X,Y coordinates. Not really sure how
- Menu Key should handle that. }
- HandleRMouseDown(Width div 2, Height div 2, []);
+ // ssExtra1 is a signal that keyMenu was used.
+ HandleRMouseDown(Width div 2, Height div 2, [ssExtra1]);
end;
end;