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.Column(java_file_list_column),
sg.VSeparator(), sg.VSeparator(),
#sg.Column(file_list_column), sg.Column(file_list_column),
#sg.VSeparator(), sg.VSeparator(),
sg.Column(diagramm_viewer_column), sg.Column(diagramm_viewer_column),
] ]

View File

@@ -6,10 +6,12 @@ COMMENT this is a comment
fahre(); fahre();
fahre(); fahre();
while(shouldNiet()) { while(shouldNiet())
{
niet(); niet();
niet(); niet();
if(true) { if(true)
{
niet(); niet();
niet(); niet();
} }