fixed fatal bug in source code interpretation

This commit is contained in:
weckyy702
2020-12-21 22:50:10 +01:00
2 changed files with 6 additions and 4 deletions

4
gui.py
View File

@@ -44,8 +44,8 @@ layout = [
[
sg.Column(java_file_list_column),
sg.VSeparator(),
#sg.Column(file_list_column),
#sg.VSeparator(),
sg.Column(file_list_column),
sg.VSeparator(),
sg.Column(diagramm_viewer_column),
]