1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Add Label methods for code, strong, strikethrough and underline

This commit is contained in:
Emil Ernerfeldt
2021-01-30 15:51:19 +01:00
parent 26d47eabf0
commit d249ed86ba
3 changed files with 71 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Add support for secondary and middle mouse buttons.
* `egui::popup::popup_below_widget`: show a popup area below another widget.
* Add `Slider::clamp_to_range(bool)`: if set, clamp the incoming and outgoing values to the slider range.
* Add `Label` methods for code, strong, strikethrough and underline.
### Changed 🔧