Fix positioning of TextCtrlEditor in wxPG (wxOSX)
Position of the editor associated with properties like StringProperty, IntProperty, etc. needs to be adjusted in order to display edited text at the same position as the text which is displayed as a property value prior to the editing.
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
|
||||
// x position adjustment for wxTextCtrl (and like)
|
||||
// left margin cannot be set with wxTextEntry::SetMargins()
|
||||
#define wxPG_TEXTCTRLXADJUST 0
|
||||
#define wxPG_TEXTCTRLXADJUST 1
|
||||
|
||||
// comment to use bitmap buttons
|
||||
#define wxPG_ICON_WIDTH 11
|
||||
|
Reference in New Issue
Block a user