Skip to content

Commit

Permalink
cosmetic fix: remove black border around html view control
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Apr 2, 2019
1 parent d65c8fa commit 0a5dff9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BBjGridExWidget.bbj
Expand Up @@ -386,8 +386,8 @@ class public BBjGridExWidget extends BBjWidget
call "BBjGridExWidget/util/EnableDebugger.bbj"
FI

htmlview! = #getCanvas().addHtmlView(101,0,0,#getCanvas().getWidth(),#getCanvas().getHeight(),"")

htmlview! = #getCanvas().addHtmlView(101,0,0,#getCanvas().getWidth(),#getCanvas().getHeight(),"",$0010$)
htmlview!.setNoEdge(1)
if (info(3,6)<>"5" and #Debug>0) then
url$ = htmlview!.getAttribute("remoteDebuggingURL")

Expand All @@ -407,6 +407,7 @@ class public BBjGridExWidget extends BBjWidget
FI

#HTMLView!.setSize(#getCanvas().getWidth(),#getCanvas().getHeight())
htmlview!.setVisible(1)
methodend

method protected void injectScript(BBjString script$)
Expand Down

0 comments on commit 0a5dff9

Please sign in to comment.