not-nullptr / Aerochat

Native rewrite of Aerochat, a WLM 09 themed Discord client
Mozilla Public License 2.0
148 stars 8 forks source link

Bugfix: JumpToReply not working because of the control changing from StackPanel to Grid #11

Closed nullgato closed 2 months ago

nullgato commented 2 months ago

Modified JumpToReply so that object sender is casted to a more generic type Panel since the change from the original StackPanel to Grid broke the functionality. This should help the functionality survive if the control changes to another similarly typed control.