[DEVELOPMENT ENVIRONMENT]
* BUG: Don't apply theme colors to the form property editor. git-svn-id: svn://localhost/gambas/trunk@6824 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
ab01e18f22
commit
ffd4569d01
1 changed files with 6 additions and 6 deletions
|
@ -1131,12 +1131,12 @@ Public Sub ReadConfig()
|
|||
spnProperty.Font = grdProperty.Font
|
||||
panProperty.Font = grdProperty.Font
|
||||
crdProperty.Font = grdProperty.Font
|
||||
MTheme.InitControl(grdProperty)
|
||||
MTheme.InitControl(cmbProperty)
|
||||
MTheme.InitControl(crdProperty)
|
||||
MTheme.InitControl(spnProperty)
|
||||
MTheme.InitControl(txtProperty)
|
||||
MTheme.InitControl(btnProperty)
|
||||
' MTheme.InitControl(grdProperty)
|
||||
' MTheme.InitControl(cmbProperty)
|
||||
' MTheme.InitControl(crdProperty)
|
||||
' MTheme.InitControl(spnProperty)
|
||||
' MTheme.InitControl(txtProperty)
|
||||
' MTheme.InitControl(btnProperty)
|
||||
$iHighlightColor = MTheme.GetColor("Selection")
|
||||
MoveProperty
|
||||
RefreshAll
|
||||
|
|
Loading…
Reference in a new issue