Skip to content

Commit

Permalink
Corrects wrong size of buttons when clicked and exited
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Sep 12, 2021
1 parent 35a2fd3 commit 2da8d79
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -282,6 +282,7 @@ private void doButtonUp() {
*/
private void doHover(final boolean hover) {
hovered = hover;
if (!hover) { down = false; }
if (!isDisposed()) { redraw(); }
}

Expand Down

0 comments on commit 2da8d79

Please sign in to comment.