- clicking the splash screen will close it; also if an error is triggered, the error message will pop over the splash screen
- the Aperture Table in the Gerber Editor is no longer extended to show all apertures at once - in Preferences: Excellon, Geometry and CNCJob tabs, updated the UI to the new design
This commit is contained in:
@@ -884,7 +884,8 @@ class App(QtCore.QObject):
|
||||
|
||||
if show_splash and self.cmd_line_headless != 1:
|
||||
splash_pix = QtGui.QPixmap(self.resource_location + '/splash.png')
|
||||
self.splash = QtWidgets.QSplashScreen(splash_pix, Qt.WindowType.WindowStaysOnTopHint)
|
||||
# self.splash = QtWidgets.QSplashScreen(splash_pix, Qt.WindowType.WindowStaysOnTopHint)
|
||||
self.splash = QtWidgets.QSplashScreen(splash_pix)
|
||||
# self.splash.setMask(splash_pix.mask())
|
||||
|
||||
# move splashscreen to the current monitor
|
||||
|
||||
Reference in New Issue
Block a user