Files @ 532e5f429c0f
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

Malkyne
DPL should no longer scan entire screenshot, when the Pigment Lab dialog
has already been found, unless it has been moved.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}