Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Hide search box on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Sultanov committed Apr 10, 2021
1 parent 5aa3b13 commit b1c1df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mainwindow.zig
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ pub fn create(hInstance: w.HINSTANCE, callbacks: *Callbacks, allocator: *std.mem
self.layout = try Layout.create(hInstance, window, allocator);

self.search_box = try TextBox.create(hInstance, window, allocator);
_ = self.search_box.window.hide();

try self.setFonts();

Expand Down

0 comments on commit b1c1df5

Please sign in to comment.