Skip to content

Commit

Permalink
Removed extra parameter in fillPolyRaster
Browse files Browse the repository at this point in the history
  • Loading branch information
vshekar committed May 20, 2024
1 parent 6f88c7e commit 4d6ad93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gui/control_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2051,9 +2051,7 @@ def displayXrecRaster(self, xrecRasterFlag):
if rasterDef["status"] == RasterStatus.DRAWN.value:
self.drawPolyRaster(rasterReq)
elif rasterDef["status"] == RasterStatus.READY_FOR_FILL.value:
self.fillPolyRaster(
rasterReq, waitTime=getBlConfig(RASTER_GUI_XREC_FILL_DELAY)
)
self.fillPolyRaster(rasterReq)
logger.info("polyraster filled by displayXrecRaster")
elif rasterDef["status"] == RasterStatus.READY_FOR_SNAPSHOT.value:
if self.controlEnabled():
Expand Down

0 comments on commit 4d6ad93

Please sign in to comment.