Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
gtkd
Commits
3396c8a5
Commit
3396c8a5
authored
Apr 05, 2019
by
Mike Wey
Browse files
Fix deprecation warning.
parent
7340690c
Changes
1
Hide whitespace changes
Inline
Side-by-side
demos/gtkD/TestWindow/TestDrawingArea.d
View file @
3396c8a5
...
...
@@ -417,7 +417,7 @@ class TestDrawingArea : VBox
context
.
restore
();
}
delete
color
;
color
.
destroy
()
;
}
void
onOperatorsChanged
(
ComboBoxText
comboBoxText
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment