Update SharpIdeCodeEdit.cs
This commit is contained in:
@@ -101,7 +101,7 @@ public partial class SharpIdeCodeEdit : CodeEdit
|
|||||||
var popupPanel = new PopupPanel();
|
var popupPanel = new PopupPanel();
|
||||||
popupPanel.Unfocusable = true; // may need to change eventually for navigating to other symbols
|
popupPanel.Unfocusable = true; // may need to change eventually for navigating to other symbols
|
||||||
popupPanel.MouseExited += () => popupPanel.QueueFree();
|
popupPanel.MouseExited += () => popupPanel.QueueFree();
|
||||||
popupPanel.Size = new Vector2I(1, 1);
|
popupPanel.Size = new Vector2I(1, 1); // defaults to 100x100, will grow (but not shrink) to content
|
||||||
// set background color
|
// set background color
|
||||||
|
|
||||||
var styleBox = new StyleBoxFlat
|
var styleBox = new StyleBoxFlat
|
||||||
|
|||||||
Reference in New Issue
Block a user