From 4e2bfdec206598317f4145e2cb23a9c9fc453bfb Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 11 Feb 2014 17:38:35 +0100 Subject: New Feature: Set stage dimensions arbitrarily new entries to set stage width and height in the settings menu when holding the shift key --- paint.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'paint.js') diff --git a/paint.js b/paint.js index f4fd2f3..e3a01af 100644 --- a/paint.js +++ b/paint.js @@ -51,7 +51,7 @@ July 12 - pipette tool, code formatting adjustments (Jens) September 16 - flood fill freeze fix (Kartik) Jan 08 - mouse leave dragging fix (Kartik) - Feb 04 - dynamically adjust to stage dimensions (Jens) + Feb 11 - dynamically adjust to stage dimensions (Jens) */ @@ -65,7 +65,7 @@ // Global stuff //////////////////////////////////////////////////////// -modules.paint = '2014-February-05'; +modules.paint = '2014-February-11'; // Declarations -- cgit v1.3.1