Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix examples/events. #1065

Closed
wants to merge 1 commit into from
Closed

Fix examples/events. #1065

wants to merge 1 commit into from

Conversation

baehyunsol
Copy link

iced::alignment and iced::Alignment are deprecated. It uses iced::Align, iced::HorizontalAlign and iced::VerticalAlign now.

Also, Application::update takes 3 parameters but the older one only has 2.

`iced::alignment` and `iced::Alignment` are deprecated. It uses `iced::Align`, `iced::HorizontalAlign` and `iced::VerticalAlign` now.

Also, `Application::update` takes 3 parameters but the older one only has 2.
@hecrj
Copy link
Member

hecrj commented Sep 29, 2021

It's the other way around. Alignment was introduced recently in #1044 and the Clipboard parameter was removed in #1019!

@hecrj hecrj closed this Sep 29, 2021
@hecrj hecrj added the improvement An internal improvement label Sep 29, 2021
@hecrj hecrj added this to the 0.4.0 milestone Sep 29, 2021
@hecrj hecrj mentioned this pull request Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An internal improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants