Browse Source

revert prior change - preserve separation of concerns

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7361 8c9fc860-2736-0410-a75d-ab315db34111
eth.hunzikerp 7 years ago
parent
commit
dc9700c72b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/WMStandardComponents.Mod

+ 1 - 1
source/WMStandardComponents.Mod

@@ -2854,7 +2854,7 @@ TYPE
 	ImagePanel* = OBJECT(Panel)
 	VAR
 		imgName- : WMProperties.StringProperty;
-		img- : WMGraphics.Image;
+		img : WMGraphics.Image;
 		vScrollbar, hScrollbar : Scrollbar;
 		dx, dy : LONGINT;