You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bgw-gui/src/main/kotlin/tools/aqua/bgw/components/layoutviews/GridPane.kt Line 46:49
The parameters posX and posY are set to 0 by default. They are then followed by columns and rows, which are not set by default.
Expected behavior
Required parameters should always precede optional parameters.
The text was updated successfully, but these errors were encountered:
In bgw-gui/src/main/kotlin/tools/aqua/bgw/components/layoutviews/GridPane.kt Line 46:49
The parameters posX and posY are set to 0 by default. They are then followed by columns and rows, which are not set by default.
Expected behavior
Required parameters should always precede optional parameters.
The text was updated successfully, but these errors were encountered: