From 679e255d1c6ff1a0cc42f3ff3a0bef93f4dfb570 Mon Sep 17 00:00:00 2001 From: Hyyan Abo Fakher Date: Fri, 28 Jun 2019 14:00:19 +0200 Subject: [PATCH] fix: row double click ref itself --- BBjGridExWidget.bbj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBjGridExWidget.bbj b/BBjGridExWidget.bbj index 5bae149c..fc97287b 100644 --- a/BBjGridExWidget.bbj +++ b/BBjGridExWidget.bbj @@ -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 ON_GRID_ROW_DOUBLE_CLICK()