-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to preview 5 #305
Update to preview 5 #305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -68,14 +68,9 @@ public override TextRun CreateTextRun(int startVisualColumn, ITextRunConstructio | |||
offset, | |||
DocumentLength - relativeOffset); | |||
|
|||
var bufferOffset = RelativeTextOffset; | |||
//var bufferOffset = RelativeTextOffset; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this commented code?
@Gillibald after the upgrade, the button text, and the status bar text is black instead of white. Are we using the dark theme for the application? |
I guess we should use ThemeVariant Light in Demo app |
Ping me when this PR will be merged i will make a release |
@Takoooooo it is already merged. You can make the release. |
Done! |
No description provided.