Revision 9532 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/LayoutEditableControls.java

View differences:

LayoutEditableControls.java
81 81
	public void execute(String s) {
82 82
		Layout layout = (Layout) PluginServices.getMDIManager().getActiveWindow();
83 83
		if (s.equals("PROPERTIES")) {
84
			layout.showFProperties();
84
			if (layout.showFProperties()) {
85
				layout.getModel().setModified(true);
86
			}
85 87
		}
86 88
	}
87 89
	/**

Also available in: Unified diff