~dangarner/xibo/client-132

« back to all changes in this revision

Viewing changes to client/dotNET/MainForm.cs

  • Committer: Dan Garner
  • Date: 2011-07-16 13:23:56 UTC
  • mfrom: (216.1.2 client-130)
  • Revision ID: dan@xibo.org.uk-20110716132356-ncv9pdy6rh8sxuzt
MergedĀ lp:~dangarner/xibo/client-130

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
            // Hide the cursor
127
127
            Cursor.Position = new Point(_clientSize.Width, _clientSize.Height);
128
 
            Cursor.Hide();
 
128
            
 
129
            if (!Properties.Settings.Default.EnableMouse)
 
130
                Cursor.Hide();
129
131
 
130
132
            ShowSplashScreen();
131
133