1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Fix secondary-click to open a menu

Fixes https://github.com/emilk/egui/issues/198
This commit is contained in:
Emil Ernerfeldt
2021-03-06 11:11:07 +01:00
parent fa4752f315
commit 007f9f3cb9
4 changed files with 7 additions and 8 deletions

View File

@@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Fixed 🐛
* Fixed secondary-click to open a menu
## 0.10.0 - 2021-02-28 - Plot and polish