Skip to content

Commit 62fc84f

Browse files
committed
qtplasmac: fix removal of temporary materials in run from line
1 parent 57a3459 commit 62fc84f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

share/qtvcp/screens/qtplasmac/qtplasmac_handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.236.292'
1+
VERSION = '1.236.293'
22

33
'''
44
qtplasmac_handler.py
@@ -1876,7 +1876,6 @@ def run_clicked(self):
18761876
# load rfl file
18771877
if ACTION.prefilter_path or self.lastLoadedProgram != 'None':
18781878
self.preRflFile = ACTION.prefilter_path or self.lastLoadedProgram
1879-
self.remove_temp_materials()
18801879
ACTION.OPEN_PROGRAM(rflFile)
18811880
ACTION.prefilter_path = self.preRflFile
18821881
self.set_run_button_state()

0 commit comments

Comments
 (0)