Skip to content

Commit

Permalink
fix: row double click ref itself
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jun 28, 2019
1 parent 4677912 commit 679e255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBjGridExWidget.bbj
Expand Up @@ -567,7 +567,7 @@ class public BBjGridExWidget extends BBjWidget implements BBjGridExWidgetColumns
rem * @return BBjNumber
rem */
method public static BBjNumber ON_GRID_ROW_DOUBLE_CLICK()
methodret #ON_GRID_DOUBLE_CLICK()
methodret BBjAPI.ON_GRID_DOUBLE_CLICK
methodend
rem /**
rem * Alias to <i>ON_GRID_ROW_DOUBLE_CLICK()</i>
Expand Down

0 comments on commit 679e255

Please sign in to comment.