Skip to content

Commit

Permalink
Fix #82 - after a setSize, subsequent data updates (setData) fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Nov 27, 2018
1 parent f3d6670 commit 24a0a43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BBjGridExWidget.bbj
Expand Up @@ -304,7 +304,7 @@ class public BBjGridExWidget extends BBjWidget
rem * @Enterprise
rem */
field public BBjGridExWidgetSidebar Sidebar! = new BBjGridExWidgetDefaultSidebar()
field private BBjString ID$
field private BBjString ID$ = java.util.UUID.randomUUID().toString()
field private BBjHtmlView HTMLView!
field private Boolean IsReady! = BBjAPI.FALSE
field private BBjVector backlog! = new BBjVector()
Expand Down Expand Up @@ -358,8 +358,6 @@ class public BBjGridExWidget extends BBjWidget
method public void redraw(Boolean f_init!)
declare BBjHtmlView htmlview!

#ID$ = java.util.UUID.randomUUID().toString()

if (f_init!) then
lic!=System.getProperty("bbjgridexwidget.license")

Expand Down

0 comments on commit 24a0a43

Please sign in to comment.