All flames are again possible to be posted

This commit is contained in:
ronaldhordijk 2005-03-24 13:55:58 +00:00
parent 58d2734057
commit 48c798cd88
2 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@ object MainForm: TMainForm
Left = 316
Top = 424
Width = 574
Height = 515
Height = 535
Caption = 'Apophysis'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
@ -27,7 +27,7 @@ object MainForm: TMainForm
Left = 160
Top = 28
Width = 4
Height = 414
Height = 434
end
object ToolBar: TToolBar
Left = 0
@ -251,7 +251,7 @@ object MainForm: TMainForm
Left = 0
Top = 28
Width = 160
Height = 414
Height = 434
Align = alLeft
Columns = <
item
@ -270,7 +270,7 @@ object MainForm: TMainForm
Left = 164
Top = 28
Width = 402
Height = 414
Height = 434
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
@ -281,7 +281,7 @@ object MainForm: TMainForm
Left = 1
Top = 1
Width = 400
Height = 412
Height = 432
Align = alClient
AutoSize = True
PopupMenu = DisplayPopup
@ -293,7 +293,7 @@ object MainForm: TMainForm
end
object StatusBar: TStatusBar
Left = 0
Top = 442
Top = 462
Width = 566
Height = 19
Panels = <

View File

@ -3964,15 +3964,15 @@ var
ResponseStream: TMemoryStream;
MultiPartFormDataStream: TmsMultiPartFormDataStream;
begin
if MainCp.HasNewVariants then begin
showMessage('The posting of sheep with new variants (exponential, power, cosine and sawtooth) is disabled in this version.');
Exit;
end;
// if MainCp.HasNewVariants then begin
// showMessage('The posting of sheep with new variants (exponential, power, cosine and sawtooth) is disabled in this version.');
// Exit;
// end;
if MainCp.FAngle <> 0 then begin
showMessage('The posting of sheep with are rotated is disabled in this version.');
Exit;
end;
// if MainCp.FAngle <> 0 then begin
// showMessage('The posting of sheep with are rotated is disabled in this version.');
// Exit;
// end;
if SheepDialog.ShowModal = mrOK then
begin