diff --git a/nano/qt/qt.cpp b/nano/qt/qt.cpp index 6570fb86..0f252c79 100644 --- a/nano/qt/qt.cpp +++ b/nano/qt/qt.cpp @@ -1428,6 +1428,8 @@ void nano_qt::wallet::change_rendering_ratio (nano::uint128_t const & rendering_ { application.postEvent (&processor, new eventloop_event ([this, rendering_ratio_a]() { this->rendering_ratio = rendering_ratio_a; + auto balance_l (this->node.balance_pending (account)); + this->self.set_balance_text (balance_l); this->refresh (); })); }