Skip to content
Snippets Groups Projects
Commit 4552d69d authored by Verbeek, J.M. (Janneke)'s avatar Verbeek, J.M. (Janneke) :speech_balloon:
Browse files

fixed one really annoying GUI bug regarding messages

parent 4c868e9a
No related branches found
No related tags found
2 merge requests!53Master,!49Fileselection/sc 108
......@@ -105,7 +105,7 @@ class View:
message = "Successfully saved file"
else:
message = ""
self._elements['message'] = message
self._elements['message']['text'] = message
def _perform_action(self, event, key=None):
"""Perform action for an event, based on key.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment