File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,11 @@ def _get_editor(self):
8787 return maybe_editor
8888
8989 def _load_data (self ):
90- # FIXME: wxPython3 hack
91- path = None #self._initial_path or self._get_latest_path()
90+ path = self ._initial_path or self ._get_latest_path ()
9291 if path :
9392 with self .active_event_loop ():
9493 # FIXME: wxPython3 hack
95- #observer = LoadProgressObserver(self.frame)
94+ # observer = LoadProgressObserver(self.frame)
9695 self ._controller .load_data (path , None )
9796
9897 def _find_robot_installation (self ):
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ library xml directories = []
2020txt number of spaces = 4
2121txt format separator = ' space'
2222line separator = ' native'
23- default file format = ' txt '
23+ default file format = ' robot '
2424
2525[Text Edit]
26- font size = 8
26+ font size = 9
2727argument = ' #bb8844'
2828comment = ' black'
2929error = ' black'
@@ -38,7 +38,7 @@ tc_kw_name = '#aaaaaa'
3838variable = ' #008080'
3939
4040[Grid]
41- font size = 8
41+ font size = 9
4242fixed font = False
4343col size = 170
4444max col size = 300
You can’t perform that action at this time.
0 commit comments