mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-07 06:59:03 +01:00
- fixed: doubleclicking right grid didn't highlight the existing channel in left grid properly
- fixed: date-stamp in package name
This commit is contained in:
@@ -987,7 +987,7 @@ namespace ChanSort.Ui
|
||||
private void NavigateToChannel(ChannelInfo channel, GridView view)
|
||||
{
|
||||
if (channel == null) return;
|
||||
int rowHandle = this.gviewRight.GetRowHandle(this.currentChannelList.Channels.IndexOf(channel));
|
||||
int rowHandle = view.GetRowHandle(this.currentChannelList.Channels.IndexOf(channel));
|
||||
if (view.IsValidRowHandle(rowHandle))
|
||||
{
|
||||
this.SelectFocusedRow(view, rowHandle);
|
||||
|
||||
Reference in New Issue
Block a user