Skip to content

Commit

Permalink
Fix flush spam
Browse files Browse the repository at this point in the history
  • Loading branch information
ze0nni committed Mar 29, 2023
1 parent a107b80 commit f26096a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ProtoDock/Core/Dock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void Update() {
if (_flush) {
if (Store())
{
_flush = true;
_flush = false;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2022-12-14T20:14:44.7841918Z;True|2022-12-14T22:58:22.4597749+03:00;True|2022-12-14T22:56:59.5182794+03:00;True|2022-12-10T00:03:18.8743547+03:00;True|2022-12-09T23:16:25.4498951+03:00;True|2022-12-04T22:56:03.2120840+03:00;True|2022-12-04T22:39:54.4608257+03:00;True|2022-12-04T22:29:44.4140902+03:00;True|2022-12-04T22:29:04.7348321+03:00;True|2022-12-04T20:12:59.1508859+03:00;True|2022-12-04T17:52:57.2116023+03:00;True|2022-12-04T15:28:47.8769520+03:00;True|2022-12-04T15:27:48.4689436+03:00;True|2022-12-04T15:26:55.4440918+03:00;False|2022-12-04T15:23:38.9976965+03:00;True|2022-12-04T15:20:07.3361796+03:00;True|2022-12-04T15:19:39.6377378+03:00;False|2022-12-04T15:19:27.5337621+03:00;True|2022-12-04T15:12:32.0385420+03:00;</History>
<History>True|2023-03-29T08:26:12.4042232Z;True|2022-12-14T23:14:44.7841918+03:00;True|2022-12-14T22:58:22.4597749+03:00;True|2022-12-14T22:56:59.5182794+03:00;True|2022-12-10T00:03:18.8743547+03:00;True|2022-12-09T23:16:25.4498951+03:00;True|2022-12-04T22:56:03.2120840+03:00;True|2022-12-04T22:39:54.4608257+03:00;True|2022-12-04T22:29:44.4140902+03:00;True|2022-12-04T22:29:04.7348321+03:00;True|2022-12-04T20:12:59.1508859+03:00;True|2022-12-04T17:52:57.2116023+03:00;True|2022-12-04T15:28:47.8769520+03:00;True|2022-12-04T15:27:48.4689436+03:00;True|2022-12-04T15:26:55.4440918+03:00;False|2022-12-04T15:23:38.9976965+03:00;True|2022-12-04T15:20:07.3361796+03:00;True|2022-12-04T15:19:39.6377378+03:00;False|2022-12-04T15:19:27.5337621+03:00;True|2022-12-04T15:12:32.0385420+03:00;</History>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion ProtoDock/ProtoDock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageTags>Dock</PackageTags>
<SignAssembly>true</SignAssembly>
<ApplicationIcon>icon.ico</ApplicationIcon>
<Version>1.5.0</Version>
<Version>1.6.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit f26096a

Please sign in to comment.