fix a crash caused by calling inner_widget_notifier's destroy twice
This commit is contained in:
@@ -1440,7 +1440,6 @@ namespace nana
|
||||
private:
|
||||
void _m_calc_metrics(graph_reference graph, std::forward_list<item>& items)
|
||||
{
|
||||
const auto height_px = graph.height();
|
||||
std::vector<unsigned> pxs;
|
||||
|
||||
unsigned pixels = 0;
|
||||
|
||||
Reference in New Issue
Block a user