Don't build the flamegraph twice on initial load
authorMilian Wolff <mail@milianw.de>
Mon, 13 Feb 2017 23:41:43 +0000 (00:41 +0100)
committerMilian Wolff <mail@milianw.de>
Mon, 13 Feb 2017 23:42:00 +0000 (00:42 +0100)
commitf824d9b0d002aea9087037d8dbc4c1f6047e0d04
treee3ad1495a5d5ca60c2cb5a0fdf6071ebd72db0c2
parent843271e43dfa04233c00146fd53414f73c2b3b16
Don't build the flamegraph twice on initial load

We get a resize event followed by a show event, both of which
used to trigger a rebuild of the flame graph. Now, we only react
once to that.
src/analyze/gui/flamegraph.cpp
src/analyze/gui/flamegraph.h