Skip to content

Commit

Permalink
Disabled the non working custom time schedule creator in the 1.12 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Jun 5, 2014
1 parent 8e9db71 commit 3c1421c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/themes/editor.cfg
Expand Up @@ -438,7 +438,7 @@
[/panel]
[menu]
id=switch_time
items=editor-switch-time, menu-editor-schedule, editor-custom-tods
items=editor-switch-time, menu-editor-schedule#, editor-custom-tods
image=button_square/button_square_30
overlay=icons/action/editor-switch-time_30
tooltip= _ "Time Schedule Menu"
Expand Down
2 changes: 1 addition & 1 deletion src/editor/editor_controller.cpp
Expand Up @@ -257,7 +257,7 @@ bool editor_controller::can_execute_command(const hotkey::hotkey_command& cmd, i
return true;
}
}
return false;
return true;
case HOTKEY_EDITOR_PALETTE_GROUPS:
return true;
case HOTKEY_EDITOR_PALETTE_UPSCROLL:
Expand Down

0 comments on commit 3c1421c

Please sign in to comment.