"Push" Button graphical error hiding button text #782
Description
Prerequisites
The project location looks like it's using unity 4.6 but it is actually 2017.3. It decided to initialize inside of an old project folder for some reason.
Description
The "Push" button loses its text after a commit, making it look like there is no option to push your changes.
Steps to Reproduce
-
Set-up Github for Unity in the project, create remote repo, initial commit through Unity.
-
Commit a change / commit your current project. Notice that the push button is no longer displaying text but it is interactable.
- Once you have pushed the changes the text will reappear.
Expected behavior: The push button should hide its text when there are no pending commits as there would be no reason to push nothing.
Actual behavior: It displays when there are no commits to send and hides when there are
Reproduces how often: After every commit I've done on this project. I've reproduced 3 times.