This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 3766af8848e7ab89297d29288b4970b131685fa0 Author: Paul King <[email protected]> AuthorDate: Sun Sep 8 11:23:36 2024 +1000 formatting --- .../src/main/groovy/groovy/console/ui/view/BasicToolBar.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/groovy-console/src/main/groovy/groovy/console/ui/view/BasicToolBar.groovy b/subprojects/groovy-console/src/main/groovy/groovy/console/ui/view/BasicToolBar.groovy index ae39ccc041..b9d2904cdb 100644 --- a/subprojects/groovy-console/src/main/groovy/groovy/console/ui/view/BasicToolBar.groovy +++ b/subprojects/groovy-console/src/main/groovy/groovy/console/ui/view/BasicToolBar.groovy @@ -21,7 +21,6 @@ package groovy.console.ui.view import javax.swing.SwingConstants import java.awt.BorderLayout - toolbar = toolBar(rollover: true, visible: controller.showToolbar, constraints: BorderLayout.NORTH) { button(newFileAction, text: null) button(openAction, text: null)
