Tweaks
This commit is contained in:
@@ -162,7 +162,7 @@ namespace FlaxEditor.Windows
|
||||
WatermarkText = "Search...",
|
||||
Parent = this,
|
||||
};
|
||||
_searchBox.TextChanged += OnSearchBoxTextChanged;
|
||||
_searchBox.TextChanged += Refresh;
|
||||
_hScroll = new HScrollBar(this, Height - _scrollSize, Width - _scrollSize, _scrollSize)
|
||||
{
|
||||
ThumbThickness = 10,
|
||||
@@ -229,11 +229,6 @@ namespace FlaxEditor.Windows
|
||||
menu.Show(_viewDropdown.Parent, _viewDropdown.BottomLeft);
|
||||
}
|
||||
|
||||
private void OnSearchBoxTextChanged()
|
||||
{
|
||||
Refresh();
|
||||
}
|
||||
|
||||
private void ToggleLogTypeShow(LogType type)
|
||||
{
|
||||
_logTypeShowMask ^= (int)type;
|
||||
|
||||
Reference in New Issue
Block a user