mirror of
https://github.com/danbulant/appit
synced 2026-05-24 12:26:14 +00:00
Removing dbg
This commit is contained in:
parent
68530e7d69
commit
57acfd2e15
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ where
|
||||||
// avoid showing a blank window due to our multi-threaded event
|
// avoid showing a blank window due to our multi-threaded event
|
||||||
// handling by not showing the window until the graphics stack has
|
// handling by not showing the window until the graphics stack has
|
||||||
// been initialized.
|
// been initialized.
|
||||||
if let Some(activate) = dbg!(self.show_after_init) {
|
if let Some(activate) = self.show_after_init {
|
||||||
self.next_redraw_target = None;
|
self.next_redraw_target = None;
|
||||||
behavior.redraw(&mut self);
|
behavior.redraw(&mut self);
|
||||||
self.window.set_visible(true);
|
self.window.set_visible(true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue