Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Reason being, I have a "Basic" work setting that sets unskilled tasks that don't get XP to be done by everyone first. So for example they all will empty a drying rack or deliver resources to a project, since those tasks don't earn XP or affect the result. But it is difficult to see who is doing what work when half of the work priorities are set to 1, when in reality its a single sub task that has that priority, not the majority.
I don't have any other worktype mods. I wonder if Romance On The Rim or Vanilla Social Interactions Expanded are somehow interacting?
There's nothing I can do about it, it's a side effect caused by the DragSelect mod. This mod patches many common methods of Widgets, and when you're dragging the horizontal scrollbar, try to avoid placing the mouse over the priority box. Alternatively, you can disable the mouse wheel in the mod settings, then hold Shift and scroll, which will also allow horizontal scrolling, but this is only available in version 1.6.
Could you perhaps make it so disabling the mouse wheel feature on the boxes allow you to use the mouse wheel to scroll the window from left to right?
Try disabling the DragSelect mod.
It's already implemented. You can give it a try.
Alright, I’ll submit a new PR for mlie’s Compact Work Tab and wait for him to merge and release it.
My apologies, I got caught up with other tasks during the game verification process. I'll start investigating the issue now
Great mod anyway! Thx.
使用水平滚动条时,很容易不小心在光标所在的盒子上设置优先级: https://i.postimg.cc/tRd6gYFB/wDLWHigd.gif
这不是由于最近的更改。这个问题已经存在一段时间了。
注意1:即使启用了“禁用滚轮代替点击”,这种情况仍然会发生。
注意2:当你的任务列表变得很长时,会出现水平滚动条,比如使用了Many Jobs模组时。 https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3266719724
This isn't due to any recent change. This has been a problem for a while.
Note 1: This happens even with "Disable Scrollwheel".
Note 2: Horizontal scroll bars happen when your job list gets long, like when using the mod Many Jobs. https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3266719724
你这估计是mod导致的
这个就没兼容,打算弄来,作者没给github
Outside this mod's scope.
That hurt me right in the feelings...
I hope you documented that stuff well, I _am_ going to spend some time looking at how you did it in the near future. The weird diagonal cropping eluded me for literal years, to the point where I was pretty much convinced this was a bug with Unity IMGUI.
Anyhow, thanks for keeping the mod going, and if your description is correct, improving it! I'm unlikely to return to modding in the near future, and even If I do I'd be more than happy to leave most of my mods in the capable hands of those who've been improving and maintaining them.
Keep doing what you're doing!
You can take a closer look at the error log — the error was reported by AllowTool.
Hey! I saw you in the mod-updates channel on the RimWorld Discord and sent you a message.
I think I fixed the original path for Columns width calculations once the game added this feature, but missed Work Tab specific one.
Thank you, but I don't plan to add this feature to this mod. I've completely reworked the way Fluffy's Work Tab extended columns are displayed and rendered, so it would be better to implement this feature in a separate mod.
Just to mention — I was also the one who submitted the PR on your GitLab repository. 😄
https://github.com/krypt-lynx/PawnTableGrouped/blob/master/Source/WorkTabSupport/VerticalLabel.cs
I basically hijacking all of Work Tab render routines and replacing with mine in that mod, so I used this code to render labels properly.
You can use it if you want.