diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-24 00:52:42 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-26 00:26:58 +0200 |
commit | e4daf8be5e9c84c378ec6477163647d1c9b7ef55 (patch) | |
tree | 22f32c7fcfc8e5358a29100a7b19419e81a51e13 /chart2/source/controller/sidebar/ChartAreaPanel.hxx | |
parent | dbeba7e2aa2effee5f73382573b6523d70e0f4d2 (diff) |
this nasty update cycle was causing many issues
Setting the property from the sidebar was causing the model to be
changed and therefore updating the sidebar again.
Change-Id: I9ca690ae05d4cb0f2ce16f905a29582cc9e86f64
Diffstat (limited to 'chart2/source/controller/sidebar/ChartAreaPanel.hxx')
-rw-r--r-- | chart2/source/controller/sidebar/ChartAreaPanel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.hxx b/chart2/source/controller/sidebar/ChartAreaPanel.hxx index 6678fee64a49..827f1c9d37ac 100644 --- a/chart2/source/controller/sidebar/ChartAreaPanel.hxx +++ b/chart2/source/controller/sidebar/ChartAreaPanel.hxx @@ -90,6 +90,7 @@ private: void Initialize(); + bool mbUpdate; }; } } // end of namespace svx::sidebar |