OSDN Git Service

補正された制空値が更新されない問題に対応
authormasakih <masakih@users.sourceforge.jp>
Sat, 26 Aug 2017 12:17:05 +0000 (21:17 +0900)
committermasakih <masakih@users.sourceforge.jp>
Sat, 26 Aug 2017 12:17:05 +0000 (21:17 +0900)
KCD/FleetViewController.swift

index 7d8e6c1..7296477 100644 (file)
@@ -278,9 +278,11 @@ final class FleetViewController: NSViewController {
                 case "equippedItem":
                     notifyChangeValue(forKey: #keyPath(totalSakuteki))
                     notifyChangeValue(forKey: #keyPath(totalDrums))
+                    notifyChangeValue(forKey: #keyPath(totalCalclatedSeiku))
                     
                 case "seiku":
                     notifyChangeValue(forKey: #keyPath(totalSeiku))
+                    notifyChangeValue(forKey: #keyPath(totalCalclatedSeiku))
                     
                 case "lv":
                     notifyChangeValue(forKey: #keyPath(totalLevel))