mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-23 18:59:21 -07:00
Search: Use wxDataViewCtrl instead of wxListBox.
Added icons as a markers of settings type For slDlg settings layout mode added process of "Ctrl+F" shortcut
This commit is contained in:
@@ -53,7 +53,7 @@ void Tab::Highlighter::init(BlinkingBitmap* bmp)
|
||||
if (!bmp)
|
||||
return;
|
||||
|
||||
timer.Start(100, false);
|
||||
timer.Start(300, false);
|
||||
|
||||
bbmp = bmp;
|
||||
bbmp->activate();
|
||||
@@ -74,7 +74,7 @@ void Tab::Highlighter::blink()
|
||||
return;
|
||||
|
||||
bbmp->blink();
|
||||
if ((++blink_counter) == 29)
|
||||
if ((++blink_counter) == 11)
|
||||
invalidate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user