Fixed redraw issue of text behind word list drop down arrows

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@636 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-08-28 18:46:54 +00:00
parent fcc89b64d6
commit a360b334c5
2 changed files with 30 additions and 10 deletions
+3 -1
View File
@@ -172,8 +172,10 @@ class TextValueEditor : public TextValueViewer, public ValueEditor {
void findWordLists();
/// Draw word list indicators
void drawWordListIndicators(RotatedDC& dc, bool redrawing = false);
/// Remove word list indicators
void clearWordListIndicators(RotatedDC& dc);
/// Re-draw word list indicators
void redrawWordListIndicators();
void redrawWordListIndicators(bool toggling_dropdown = false);
/// Find a WordListPos under the mouse cursor (if any), pos is in internal coordinates
WordListPosP findWordList(const RealPoint& pos) const;
/// Find a WordListPos rectangle under the mouse cursor (if any), pos is in internal coordinates