comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapToolbar.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents ea9eef426962
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
642 } 642 }
643 643
644 644
645 protected ImgButton createMapPrintControl() { 645 protected ImgButton createMapPrintControl() {
646 final MapToolbar mtb = this; 646 final MapToolbar mtb = this;
647 ImgButton btn = createButton(MSG.printMapSettings(), new ClickHandler() { 647 ImgButton btn = createButton(
648 MSG.printMapSettings(), new ClickHandler() {
648 @Override 649 @Override
649 public void onClick(ClickEvent event) { 650 public void onClick(ClickEvent event) {
650 MapPrintWindow mpsw = 651 MapPrintWindow mpsw =
651 new MapPrintWindow(outputTab.getCollection(), mtb); 652 new MapPrintWindow(outputTab.getCollection(), mtb);
652 outputTab.getCollectionView().addChild(mpsw); 653 outputTab.getCollectionView().addChild(mpsw);

http://dive4elements.wald.intevation.org