Removed rounding that didn't work for negative numbers; added ability to hide "move object" controls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2014-02-16 20:05:19 +00:00
parent 4d331cea32
commit ba7e065a34
4 changed files with 20 additions and 2 deletions

View File

@@ -257,6 +257,7 @@ protected:
wxRichTextObject* m_object;
wxArrayInt m_pageIds; // mapping of book control indexes to page ids
int m_options; // UI options
bool m_ignoreUpdates;
static wxRichTextFormattingDialogFactory* ms_FormattingDialogFactory;
static bool sm_showToolTips;