gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
67 stars 39 forks source link

Changes SpinBox for a TextField #572

Closed Voldivh closed 3 months ago

Voldivh commented 9 months ago

🦟 Bug fix

Fixes #542

Summary

Changes the implementation of GzSpinBox from a SpinBox to a TextField for MacOS.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

codecov[bot] commented 9 months ago

Codecov Report

Merging #572 (dd9080e) into gz-gui8 (b3ed6bd) will not change coverage. The diff coverage is n/a.

:exclamation: Current head dd9080e differs from pull request most recent head f8332f8. Consider uploading reports for the commit f8332f8 to get more accurate results

@@           Coverage Diff            @@
##           gz-gui8     #572   +/-   ##
========================================
  Coverage    68.07%   68.07%           
========================================
  Files           38       38           
  Lines         5369     5369           
========================================
  Hits          3655     3655           
  Misses        1714     1714           
azeey commented 3 months ago

Closing since https://github.com/gazebosim/gz-gui/issues/542 is no longer an issue.