Skip to content

Fixed the text input bug#10

Open
themathgeek13 wants to merge 1 commit into
uma_merged_state_machinefrom
rgrao_gui_fix
Open

Fixed the text input bug#10
themathgeek13 wants to merge 1 commit into
uma_merged_state_machinefrom
rgrao_gui_fix

Conversation

@themathgeek13
Copy link
Copy Markdown
Collaborator

Changed the if statements to fix the text input when changing actions in the GUI

@@ -151,44 +151,46 @@ def approachnavigation(self):
def sendtextdata(self):
text = self.textEdit.toPlainText()
print(text, self.which_callback)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this for debugging, can be removed as well

Copy link
Copy Markdown
Owner

@SachitM SachitM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge after testing

@SachitM SachitM changed the base branch from master to uma_merged_state_machine November 27, 2020 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants