[Gambas-user] Issue 5 in gambas: GUI crash on menu editor
gambas at ...2524...
gambas at ...2524...
Mon Jan 3 10:39:39 CET 2011
Comment #2 on issue 5 by ihaywood3: GUI crash on menu editor
http://code.google.com/p/gambas/issues/detail?id=5
Index: comp/src/gb.settings/.src/Settings.class
===================================================================
--- comp/src/gb.settings/.src/Settings.class (revision 3432)
+++ comp/src/gb.settings/.src/Settings.class (working copy)
@@ -332,6 +332,8 @@
' Print "ReadWindow: "; X;; Y; " / "; S;; Screens[S].AvailableX;;
Screens[S].AvailableY
' Endif
+ If IsNull(aPos) Then Return
If aPos.Count >= 4 And hWindow.Resizable Then
W = Max(32, W)
H = Max(32, H)
More information about the User
mailing list