"Hide" button now toggles the layerbar. Right-click works as before. Enjoy the layerbar !
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1179 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
10
const.h
10
const.h
@@ -257,7 +257,14 @@ enum ICON_TYPES
|
||||
/// Identifiers for the buttons in the menu.
|
||||
enum BUTTON_NUMBERS
|
||||
{
|
||||
BUTTON_PAINTBRUSHES=0,
|
||||
// Status bar
|
||||
BUTTON_HIDE = 0,
|
||||
|
||||
// Layer bar
|
||||
BUTTON_LAYER_MENU,
|
||||
|
||||
// Main menu
|
||||
BUTTON_PAINTBRUSHES,
|
||||
BUTTON_ADJUST,
|
||||
BUTTON_DRAW,
|
||||
BUTTON_CURVES,
|
||||
@@ -293,7 +300,6 @@ enum BUTTON_NUMBERS
|
||||
BUTTON_PAL_LEFT,
|
||||
BUTTON_PAL_RIGHT,
|
||||
BUTTON_CHOOSE_COL,
|
||||
BUTTON_HIDE,
|
||||
NB_BUTTONS ///< Number of buttons in the menu bar.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user