blinker tweaks

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1631 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2011-01-21 14:23:36 +00:00
parent 579f180549
commit c3133d761d
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class ConsolePanel : public SetWindowPanel {
MessageType new_errors_since_last_view;
int blinker_state;
wxTimer blinker_timer;
static const int MAX_BLINKS = 5;
static const int MAX_BLINKS = 6;
static const int BLINK_TIME = 1000;
void stop_blinker();