Added reset zoom action and fitting mode actions are now checkable and exclusive

This commit is contained in:
Luis Ángel San Martín
2015-12-09 21:41:28 +01:00
parent 0c192d2f24
commit 1af953b295
3 changed files with 88 additions and 39 deletions

View File

@ -121,6 +121,7 @@ public:
#define CHANGE_FIT_ACTION_Y "CHANGE_FIT_ACTION_Y"
#define ZOOM_PLUS_ACTION_Y "ZOOM_PLUS_ACTION_Y"
#define ZOOM_MINUS_ACTION_Y "ZOOM_MINUS_ACTION_Y"
#define RESET_ZOOM_ACTION_Y "RESET_ZOOM_ACTION_Y"
//viewer
#define AUTO_SCROLL_FORWARD_ACTION_Y "AUTO_SCROLL_FORWARD_ACTION_Y"
#define AUTO_SCROLL_BACKWARD_ACTION_Y "AUTO_SCROLL_BACKWARD_ACTION_Y"