Skip to content

Commit

Permalink
ctrlAboutRichText (About form) set to read-only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toksisitee committed Feb 24, 2020
1 parent 4155c71 commit a8cb738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PopSpriteEditor/AboutForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ namespace PopSpriteEditor {
//
this->ctrlAboutRichText->Location = System::Drawing::Point(12, 307);
this->ctrlAboutRichText->Name = L"ctrlAboutRichText";
this->ctrlAboutRichText->ReadOnly = true;
this->ctrlAboutRichText->Size = System::Drawing::Size(380, 142);
this->ctrlAboutRichText->TabIndex = 6;
this->ctrlAboutRichText->Text = L"";
Expand Down

0 comments on commit a8cb738

Please sign in to comment.