divide by zero
Status: Beta
Brought to you by:
ekalin
when starting for the first time the program did
crash with this error. the reason is that even though
the preferences-file got created, such things as
grid and cell_size are initialized to 0. I solved this
by testing for that before they get divided by for
the first time, but I guess there are better solutions.