Form editor: Ensure that the selection handles are always visible whatever the form background color.
[DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Ensure that the selection handles are always visible whatever the form background color.
This commit is contained in:
parent
52c3a45680
commit
3eebb6ebe7
3 changed files with 1 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
@ -1230,10 +1230,8 @@ Private Sub CreatePanel(iIndex As Integer, sTag As String, iMouse As Integer, bM
|
|||
|
||||
If bMaster Then
|
||||
hPanel.Background = Color.TextBackground
|
||||
'hPanel.Foreground = Color.Black
|
||||
Else
|
||||
hPanel.Background = Color.LightForeground
|
||||
'hPanel.Foreground = Color.White
|
||||
hPanel.Background = Color.Merge(Color.LightForeground, Color.TextForeground)
|
||||
Endif
|
||||
|
||||
MovePanel(iIndex)
|
||||
|
|
Loading…
Reference in a new issue