Changed paths:
M samples/dnd/d_and_d.txt
M samples/dnd/dnd.cpp
Log Message:
-----------
dnd: improve autoscroll example
Using wxScrolled<> on the wxFrame meant that the status
bar moved when scrolling, so use give the frame a
wxScrolledCanvas child.
Also, wxDC::FloodFill() doesn't seem to work well with a
scrolling window. (Maybe because the center point isn't
necessarily visible?) Using DrawRectangle(), etc works
better.