Skip to content

Commit

Permalink
Correct comment - not just exclusive to OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 authored and rsjbailey committed Jun 14, 2022
1 parent 54d9e83 commit e5a3ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RenderDialogState {
enum ControlType{
UNKNOWN,
TEXT, //Note: On OSX this can be editable text or a label. Mirrored this behaviour for Windows.
BUTTON, //Note: On OSX this includes radios and checkboxes.
BUTTON, //Note: This includes radios and checkboxes.
COMBOBOX,
EDITABLECOMBO
};
Expand Down

0 comments on commit e5a3ab5

Please sign in to comment.