Changes between Initial Version and Version 1 of Ticket #14142, comment 34


Ignore:
Timestamp:
2017-11-06T00:06:01+01:00 (7 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14142, comment 34

    initial v1  
    33{{{
    44#!java
     5    public DialogsToggleAction() {
    56        super(tr("Toggle dialogs panel"),
    67              (ImageProvider) null, /* no icon */
     
    1011              false
    1112        );
     13        putValue("help", ht("/ToggleDialogs"));
     14        setSelected(Config.getPref().getBoolean("draw.dialogspanel", true));
     15        notifySelectedState();
     16    }
    1217}}}