mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user