PIBD-13 Matvienko S.D. Lab-1 Simple #1

Closed
strwbrry wants to merge 4 commits from Lab-1 into main
Showing only changes of commit 29891204b0 - Show all commits

View File

@ -69,7 +69,11 @@ namespace Catamaran
public void CheckPos()
{
if ((!_startPosX.HasValue || !_startPosY.HasValue) && (!_pictureHeight.HasValue || !_pictureWidth.HasValue))
//if ((!_startPosX.HasValue || !_startPosY.HasValue) && (!_pictureHeight.HasValue || !_pictureWidth.HasValue))
//{
// return;
//}
if (_startPosX == null || _startPosY == null)
{
return;
}