From fab0d21c2da682134ca5f8e6922ea5d020a4334d Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Sat, 15 Dec 2018 20:22:52 +0900 Subject: [PATCH] =?utf8?q?=E8=89=A6=E5=A8=98=E4=B8=80=E8=A6=A7=E3=81=A7?= =?utf8?q?=E8=89=A6=E7=A8=AE=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B?= =?utf8?q?=E3=81=A8=E3=83=AC=E3=83=99=E3=83=AB=E9=A0=86=E3=81=AB=E4=B8=A6?= =?utf8?q?=E3=81=B0=E3=81=AA=E3=81=84=E3=81=93=E3=81=A8=E3=81=8C=E3=81=82?= =?utf8?q?=E3=82=8B=E3=81=AE=E3=82=92=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/View/ShipListPanel.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/KancolleSniffer/View/ShipListPanel.cs b/KancolleSniffer/View/ShipListPanel.cs index dba134e..10d29f8 100644 --- a/KancolleSniffer/View/ShipListPanel.cs +++ b/KancolleSniffer/View/ShipListPanel.cs @@ -242,8 +242,7 @@ namespace KancolleSniffer.View return b.Level - a.Level; if (_order == ListForm.SortOrder.ExpToNextDescend) return a.Level - b.Level; - if (!_shipType) // Condが同じかSortOrder.Noneで艦種なし - return b.Level - a.Level; + return b.Level - a.Level; } if (a.ExpToNext != b.ExpToNext) { -- 2.11.0